#9A6031

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

Shades of Indochine #9A6031

Tints of Indochine #9A6031

Color information

#9A6031 (or 0x9A6031) is unknown color: approx Indochine. HEX triplet: 9A, 60 and 31. RGB value is (154,96,49). Sum of RGB (Red+Green+Blue) = 154+96+49=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6031 is #659FCE. Grayscale: #6C6C6C. Windows color (decimal): -6660047 or 3235994. OLE color: 3235994.

HSL color Cylindrical-coordinate representation of color #9A6031: hue angle of 26.86º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A6031 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB1549649-
CMYK00.380.680.40
HSL26.86º51.72%39.8%-
HSV(B)26.86º68.18%60.39%-
XYZ18.0615.464.94-
YUV107.9894.72160.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.51%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 49 (19.53% from 255) = 16.39%
R=51.51%
G=32.11%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154964900.380.680.4026.8651.7239.8
Hex9A603102644281b3428
Octal2321406104610450336450
Binary1001101011000001100010100110100010010100011011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,96,49); }

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

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

 a { background-color: rgb(154,96,49); }

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

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

 span { border-color: rgb(154,96,49); }

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