#986035

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

Shades of Indochine #986035

Tints of Indochine #986035

Color information

#986035 (or 0x986035) is unknown color: approx Indochine. HEX triplet: 98, 60 and 35. RGB value is (152,96,53). Sum of RGB (Red+Green+Blue) = 152+96+53=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #986035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986035 is #679FCA. Grayscale: #6C6C6C. Windows color (decimal): -6791115 or 3498136. OLE color: 3498136.

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

Color convert

RGB1529653-
CMYK00.370.650.40
HSL26.06º48.29%40.2%-
HSV(B)26.06º65.13%59.61%-
XYZ17.7715.35.38-
YUV107.8497.05159.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.50%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 53 (21.09% from 255) = 17.61%
R=50.50%
G=31.89%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152965300.370.650.4026.0648.2940.2
Hex98603502541281a3028
Octal2301406504510150326050
Binary1001100011000001101010100101100000110100011010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986035; }

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

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

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

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

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

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

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

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