#9B6F52

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

Shades of Dark Tan #9B6F52

Tints of Dark Tan #9B6F52

Color information

#9B6F52 (or 0x9B6F52) is unknown color: approx Dark Tan. HEX triplet: 9B, 6F and 52. RGB value is (155,111,82). Sum of RGB (Red+Green+Blue) = 155+111+82=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6F52 is #6490AD. Grayscale: #797979. Windows color (decimal): -6590638 or 5402523. OLE color: 5402523.

HSL color Cylindrical-coordinate representation of color #9B6F52: hue angle of 23.84º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B6F52 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB15511182-
CMYK00.280.470.39
HSL23.84º30.8%46.47%-
HSV(B)23.84º47.1%60.78%-
XYZ20.7318.9510.55-
YUV120.85106.08152.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.54%
GREEN value IS 111 (43.75% from 255) = 31.90%
BLUE value IS 82 (32.42% from 255) = 23.56%
R=44.54%
G=31.90%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551118200.280.470.3923.8430.846.47
Hex9B6F5201C2F27181f2e
Octal2331571220345747303756
Binary10011011110111110100100111001011111001111100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,111,82); }

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

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

 a { background-color: rgb(155,111,82); }

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

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

 span { border-color: rgb(155,111,82); }

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