#9C6954

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

Shades of Dark Tan #9C6954

Tints of Dark Tan #9C6954

Color information

#9C6954 (or 0x9C6954) is unknown color: approx Dark Tan. HEX triplet: 9C, 69 and 54. RGB value is (156,105,84). Sum of RGB (Red+Green+Blue) = 156+105+84=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6954 is #6396AB. Grayscale: #757575. Windows color (decimal): -6526636 or 5532060. OLE color: 5532060.

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

Color convert

RGB15610584-
CMYK00.330.460.39
HSL17.5º30%47.06%-
HSV(B)17.5º46.15%61.18%-
XYZ20.3617.8110.75-
YUV117.85108.9155.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.22%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 84 (33.20% from 255) = 24.35%
R=45.22%
G=30.43%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561058400.330.460.3917.53047.06
Hex9C69540212E27121e2f
Octal2341511240415647223657
Binary100111001101001101010001000011011101001111001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,105,84); }

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

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

 a { background-color: rgb(156,105,84); }

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

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

 span { border-color: rgb(156,105,84); }

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