#986037

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

Shades of Indochine #986037

Tints of Indochine #986037

Color information

#986037 (or 0x986037) is unknown color: approx Indochine. HEX triplet: 98, 60 and 37. RGB value is (152,96,55). Sum of RGB (Red+Green+Blue) = 152+96+55=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #986037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986037 is #679FC8. Grayscale: #6C6C6C. Windows color (decimal): -6791113 or 3629208. OLE color: 3629208.

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

Color convert

RGB1529655-
CMYK00.370.640.40
HSL25.36º46.86%40.59%-
HSV(B)25.36º63.82%59.61%-
XYZ17.8215.325.63-
YUV108.0798.05159.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.17%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 55 (21.88% from 255) = 18.15%
R=50.17%
G=31.68%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152965500.370.640.4025.3646.8640.59
Hex9860370254028192f29
Octal2301406704510050315751
Binary1001100011000001101110100101100000010100011001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986037; }

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

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

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

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

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

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

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

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