#986233

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

Shades of Indochine #986233

Tints of Indochine #986233

Color information

#986233 (or 0x986233) is unknown color: approx Indochine. HEX triplet: 98, 62 and 33. RGB value is (152,98,51). Sum of RGB (Red+Green+Blue) = 152+98+51=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #986233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986233 is #679DCC. Grayscale: #6D6D6D. Windows color (decimal): -6790605 or 3367576. OLE color: 3367576.

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

Color convert

RGB1529851-
CMYK00.360.660.40
HSL27.92º49.75%39.8%-
HSV(B)27.92º66.45%59.61%-
XYZ17.9115.655.21-
YUV108.7995.39158.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.50%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 51 (20.31% from 255) = 16.94%
R=50.50%
G=32.56%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152985100.360.660.4027.9249.7539.8
Hex98623302442281c3228
Octal2301426304410250346250
Binary1001100011000101100110100100100001010100011100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986233; }

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

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

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

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

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

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

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

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