#986137

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

Shades of Indochine #986137

Tints of Indochine #986137

Color information

#986137 (or 0x986137) is unknown color: approx Indochine. HEX triplet: 98, 61 and 37. RGB value is (152,97,55). Sum of RGB (Red+Green+Blue) = 152+97+55=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #986137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986137 is #679EC8. Grayscale: #6C6C6C. Windows color (decimal): -6790857 or 3629464. OLE color: 3629464.

HSL color Cylindrical-coordinate representation of color #986137: hue angle of 25.98º 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 #986137 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB1529755-
CMYK00.360.640.40
HSL25.98º46.86%40.59%-
HSV(B)25.98º63.82%59.61%-
XYZ17.9115.55.66-
YUV108.6697.72158.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 55 (21.88% from 255) = 18.09%
R=50%
G=31.91%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152975500.360.640.4025.9846.8640.59
Hex98613702440281a2f29
Octal2301416704410050325751
Binary1001100011000011101110100100100000010100011010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986137; }

 p { color: rgb(152,97,55); }

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

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

 a { background-color: rgb(152,97,55); }

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

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

 span { border-color: rgb(152,97,55); }

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