#985734

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

Shades of Indochine #985734

Tints of Indochine #985734

Color information

#985734 (or 0x985734) is unknown color: approx Indochine. HEX triplet: 98, 57 and 34. RGB value is (152,87,52). Sum of RGB (Red+Green+Blue) = 152+87+52=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #985734 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985734 is #67A8CB. Grayscale: #666666. Windows color (decimal): -6793420 or 3430296. OLE color: 3430296.

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

Color convert

RGB1528752-
CMYK00.430.660.40
HSL21º49.02%40%-
HSV(B)21º65.79%59.61%-
XYZ16.9813.745.01-
YUV102.4499.53163.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.23%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 52 (20.70% from 255) = 17.87%
R=52.23%
G=29.90%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152875200.430.660.402149.0240
Hex98573402B4228153128
Octal2301276405310250256150
Binary1001100010101111101000101011100001010100010101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985734; }

 p { color: rgb(152,87,52); }

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

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

 a { background-color: rgb(152,87,52); }

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

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

 span { border-color: rgb(152,87,52); }

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