#986239

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

Shades of Indochine #986239

Tints of Indochine #986239

Color information

#986239 (or 0x986239) is unknown color: approx Indochine. HEX triplet: 98, 62 and 39. RGB value is (152,98,57). Sum of RGB (Red+Green+Blue) = 152+98+57=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #986239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986239 is #679DC6. Grayscale: #6D6D6D. Windows color (decimal): -6790599 or 3760792. OLE color: 3760792.

HSL color Cylindrical-coordinate representation of color #986239: hue angle of 25.89º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #986239 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB1529857-
CMYK00.360.620.40
HSL25.89º45.45%40.98%-
HSV(B)25.89º62.5%59.61%-
XYZ18.0615.715.95-
YUV109.4798.39158.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 57 (22.66% from 255) = 18.57%
R=49.51%
G=31.92%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152985700.360.620.4025.8945.4540.98
Hex9862390243E281a2d29
Octal230142710447650325551
Binary100110001100010111001010010011111010100011010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986239; }

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

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

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

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

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

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

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

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