#985835

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

Shades of Indochine #985835

Tints of Indochine #985835

Color information

#985835 (or 0x985835) is unknown color: approx Indochine. HEX triplet: 98, 58 and 35. RGB value is (152,88,53). Sum of RGB (Red+Green+Blue) = 152+88+53=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #985835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985835 is #67A7CA. Grayscale: #676767. Windows color (decimal): -6793163 or 3496088. OLE color: 3496088.

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

Color convert

RGB1528853-
CMYK00.420.650.40
HSL21.21º48.29%40.2%-
HSV(B)21.21º65.13%59.61%-
XYZ17.0813.915.15-
YUV103.1599.7162.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=51.88%
G=30.03%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152885300.420.650.4021.2148.2940.2
Hex98583502A4128153028
Octal2301306505210150256050
Binary1001100010110001101010101010100000110100010101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985835; }

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

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

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

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

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

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

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

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