#9B604D

Color #9B604D Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #9B604D

Tints of Dark Tan #9B604D

Color information

#9B604D (or 0x9B604D) is unknown color: approx Dark Tan. HEX triplet: 9B, 60 and 4D. RGB value is (155,96,77). Sum of RGB (Red+Green+Blue) = 155+96+77=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B604D is #649FB2. Grayscale: #6F6F6F. Windows color (decimal): -6594483 or 5071003. OLE color: 5071003.

HSL color Cylindrical-coordinate representation of color #9B604D: hue angle of 14.62º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B604D is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB1559677-
CMYK00.380.500.39
HSL14.62º33.62%45.49%-
HSV(B)14.62º50.32%60.78%-
XYZ19.0415.879.08-
YUV111.48108.55159.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 77 (30.47% from 255) = 23.48%
R=47.26%
G=29.27%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155967700.380.500.3914.6233.6245.49
Hex9B604D0263227f222d
Octal2331401150466247174255
Binary100110111100000100110101001101100101001111111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B604D; }

 p { color: rgb(155,96,77); }

 H1.HeaderClassName
 {
   color: #9B604D;
 }
 .AnyTagClassName
 {
   color: #9B604D;
 }
</style>
background-color css

<style>
 a { background-color: #9B604D; }

 a { background-color: rgb(155,96,77); }

 div.DivClassName
 {
   background-color: #9B604D;
 }
 .BgClassName
 {
   background-color: #9B604D;
 }
</style>
border-color css

<style>
 span { border-color: #9B604D; }

 span { border-color: rgb(155,96,77); }

 td.TdClassName
 {
   border-color: #9B604D;
 }
 .TagClassName
 {
   border-color: #9B604D;
 }
</style>