#9A6436

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

Shades of Indochine #9A6436

Tints of Indochine #9A6436

Color information

#9A6436 (or 0x9A6436) is unknown color: approx Indochine. HEX triplet: 9A, 64 and 36. RGB value is (154,100,54). Sum of RGB (Red+Green+Blue) = 154+100+54=308 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6436 is #659BC9. Grayscale: #6F6F6F. Windows color (decimal): -6659018 or 3564698. OLE color: 3564698.

HSL color Cylindrical-coordinate representation of color #9A6436: hue angle of 27.6º 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 #9A6436 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB15410054-
CMYK00.350.650.40
HSL27.6º48.08%40.78%-
HSV(B)27.6º64.94%60.39%-
XYZ18.5516.255.65-
YUV110.995.89158.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50%
GREEN value IS 100 (39.45% from 255) = 32.47%
BLUE value IS 54 (21.48% from 255) = 17.53%
R=50%
G=32.47%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541005400.350.650.4027.648.0840.78
Hex9A643602341281c3029
Octal2321446604310150346051
Binary1001101011001001101100100011100000110100011100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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