#9D6033

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

Shades of Indochine #9D6033

Tints of Indochine #9D6033

Color information

#9D6033 (or 0x9D6033) is unknown color: approx Indochine. HEX triplet: 9D, 60 and 33. RGB value is (157,96,51). Sum of RGB (Red+Green+Blue) = 157+96+51=304 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.64% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6033 is #629FCC. Grayscale: #6D6D6D. Windows color (decimal): -6463437 or 3367069. OLE color: 3367069.

HSL color Cylindrical-coordinate representation of color #9D6033: hue angle of 25.47º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D6033 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB1579651-
CMYK00.390.680.38
HSL25.47º50.96%40.78%-
HSV(B)25.47º67.52%61.57%-
XYZ18.6915.775.19-
YUV109.1195.21162.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.64%
GREEN value IS 96 (37.89% from 255) = 31.58%
BLUE value IS 51 (20.31% from 255) = 16.78%
R=51.64%
G=31.58%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157965100.390.680.3825.4750.9640.78
Hex9D60330274426193329
Octal2351406304710446316351
Binary1001110111000001100110100111100010010011011001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,96,51); }

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

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

 a { background-color: rgb(157,96,51); }

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

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

 span { border-color: rgb(157,96,51); }

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