#986237

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

Shades of Indochine #986237

Tints of Indochine #986237

Color information

#986237 (or 0x986237) is unknown color: approx Indochine. HEX triplet: 98, 62 and 37. RGB value is (152,98,55). Sum of RGB (Red+Green+Blue) = 152+98+55=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #986237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986237 is #679DC8. Grayscale: #6D6D6D. Windows color (decimal): -6790601 or 3629720. OLE color: 3629720.

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

Color convert

RGB1529855-
CMYK00.360.640.40
HSL26.6º46.86%40.59%-
HSV(B)26.6º63.82%59.61%-
XYZ18.0115.695.69-
YUV109.2497.39158.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.84%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 55 (21.88% from 255) = 18.03%
R=49.84%
G=32.13%
B=18.03%

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
Decimal152985500.360.640.4026.646.8640.59
Hex98623702440281b2f29
Octal2301426704410050335751
Binary1001100011000101101110100100100000010100011011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986237; }

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

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

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

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

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

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

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

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