#9D6037

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

Shades of Indochine #9D6037

Tints of Indochine #9D6037

Color information

#9D6037 (or 0x9D6037) is unknown color: approx Indochine. HEX triplet: 9D, 60 and 37. RGB value is (157,96,55). Sum of RGB (Red+Green+Blue) = 157+96+55=308 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.97% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6037 is #629FC8. Grayscale: #6D6D6D. Windows color (decimal): -6463433 or 3629213. OLE color: 3629213.

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

Color convert

RGB1579655-
CMYK00.390.650.38
HSL24.12º48.11%41.57%-
HSV(B)24.12º64.97%61.57%-
XYZ18.7815.815.68-
YUV109.5697.21161.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.97%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 55 (21.88% from 255) = 17.86%
R=50.97%
G=31.17%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157965500.390.650.3824.1248.1141.57
Hex9D6037027412618302a
Octal2351406704710146306052
Binary1001110111000001101110100111100000110011011000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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