#9A6437

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

Shades of Indochine #9A6437

Tints of Indochine #9A6437

Color information

#9A6437 (or 0x9A6437) is unknown color: approx Indochine. HEX triplet: 9A, 64 and 37. RGB value is (154,100,55). Sum of RGB (Red+Green+Blue) = 154+100+55=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6437 is #659BC8. Grayscale: #6F6F6F. Windows color (decimal): -6659017 or 3630234. OLE color: 3630234.

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

Color convert

RGB15410055-
CMYK00.350.640.40
HSL27.27º47.37%40.98%-
HSV(B)27.27º64.29%60.39%-
XYZ18.5716.265.77-
YUV111.0296.39158.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.84%
GREEN value IS 100 (39.45% from 255) = 32.36%
BLUE value IS 55 (21.88% from 255) = 17.80%
R=49.84%
G=32.36%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541005500.350.640.4027.2747.3740.98
Hex9A643702340281b2f29
Octal2321446704310050335751
Binary1001101011001001101110100011100000010100011011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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