Color Hex Logo

#9a674a Color Hex

#9A674A
(154,103,74)
0 Favorites   0 Comments

Color spaces of #9a674a

RGB 15410374
HSL0.060.350.45
HSV22°52°60°
CMYK 0.000.330.52   0.40
XYZ19.412717.06498.7493
Yxy17.06490.42920.3773
Hunter Lab41.309711.590716.3593
CIE-Lab48.341717.120224.6293

#9a674a color RGB value is (154,103,74).

#9a674a hex color red value is 154, green value is 103 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #9a674a hue: 0.06 , saturation: 0.35 and the lightness value of 9a674a is 0.45.

The process color (four color CMYK) of #9a674a color hex is 0.00, 0.33, 0.52, 0.40. Web safe color of #9a674a is #996633. Color #9a674a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01100111 01001010
Octal 232 147 112
Decimal 154 103 74
Hex 9A 67 4A

RGB Percentages of Color #9a674a

%46.53
%31.12
%22.36

CMYK Percentages of Color #9a674a

%0
%33
%52
%40

Triadic Colors of #9a674a

#9a674a #4a9a67 #674a9a

Analogous Colors of #9a674a

#9a674a #9a8f4a #9a4a55

Monochromatic Colors of #9a674a

#9a674a

Complementary Color

#9a674a #4a7d9a

#9a674a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a674a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a674a Color CSS Codes

.mybgcolor {background-color:#9a674a; } 
.myforecolor {color:#9a674a; }
.mybordercolor {border:3px solid #9a674a; }

#9a674a Text Font Color

<p style="color:#9a674a">Text here</p>

This sample text font color is #9a674a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9a674a Background Color

<div style="background-color:#9a674a">
Div content here</div>

This div background color is #9a674a


#9a674a Border Color

<div style="border:3px solid #9a674a">
Div here</div>

This div border color is #9a674a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,103,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a674a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a674a;
  -webkit-box-shadow: 1px 1px 3px 2px #9a674a;
  box-shadow:         1px 1px 3px 2px #9a674a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,103,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9a674a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9a674a;
  -webkit-box-shadow: 1px 1px 3px 2px #9a674a;
  box-shadow:         1px 1px 3px 2px #9a674a;">
Div content here</div>

This div box has shadow with color #9a674a


Comments

No comments written yet.

Please login to write comment.