#9A6136

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

Shades of Indochine #9A6136

Tints of Indochine #9A6136

Color information

#9A6136 (or 0x9A6136) is unknown color: approx Indochine. HEX triplet: 9A, 61 and 36. RGB value is (154,97,54). Sum of RGB (Red+Green+Blue) = 154+97+54=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6136 is #659EC9. Grayscale: #6D6D6D. Windows color (decimal): -6659786 or 3563930. OLE color: 3563930.

HSL color Cylindrical-coordinate representation of color #9A6136: hue angle of 25.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A6136 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB1549754-
CMYK00.370.650.40
HSL25.8º48.08%40.78%-
HSV(B)25.8º64.94%60.39%-
XYZ18.2715.695.55-
YUV109.1496.88160-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.49%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 54 (21.48% from 255) = 17.70%
R=50.49%
G=31.80%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154975400.370.650.4025.848.0840.78
Hex9A613602541281a3029
Octal2321416604510150326051
Binary1001101011000011101100100101100000110100011010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,97,54); }

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

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

 a { background-color: rgb(154,97,54); }

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

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

 span { border-color: rgb(154,97,54); }

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