#986133

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

Shades of Indochine #986133

Tints of Indochine #986133

Color information

#986133 (or 0x986133) is unknown color: approx Indochine. HEX triplet: 98, 61 and 33. RGB value is (152,97,51). Sum of RGB (Red+Green+Blue) = 152+97+51=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #986133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986133 is #679ECC. Grayscale: #6C6C6C. Windows color (decimal): -6790861 or 3367320. OLE color: 3367320.

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

Color convert

RGB1529751-
CMYK00.360.660.40
HSL27.33º49.75%39.8%-
HSV(B)27.33º66.45%59.61%-
XYZ17.8215.465.18-
YUV108.295.72159.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.67%
GREEN value IS 97 (38.28% from 255) = 32.33%
BLUE value IS 51 (20.31% from 255) = 17%
R=50.67%
G=32.33%
B=17%

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
Decimal152975100.360.660.4027.3349.7539.8
Hex98613302442281b3228
Octal2301416304410250336250
Binary1001100011000011100110100100100001010100011011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986133; }

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

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

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

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

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

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

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

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