#966038

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

Shades of Indochine #966038

Tints of Indochine #966038

Color information

#966038 (or 0x966038) is unknown color: approx Indochine. HEX triplet: 96, 60 and 38. RGB value is (150,96,56). Sum of RGB (Red+Green+Blue) = 150+96+56=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #966038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966038 is #699FC7. Grayscale: #6B6B6B. Windows color (decimal): -6922184 or 3694742. OLE color: 3694742.

HSL color Cylindrical-coordinate representation of color #966038: hue angle of 25.53º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #966038 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB1509656-
CMYK00.360.630.41
HSL25.53º45.63%40.39%-
HSV(B)25.53º62.67%58.82%-
XYZ17.4715.145.74-
YUV107.5998.89158.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.67%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=49.67%
G=31.79%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150965600.360.630.4125.5345.6340.39
Hex9660380243F291a2e28
Octal226140700447751325650
Binary100101101100000111000010010011111110100111010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966038; }

 p { color: rgb(150,96,56); }

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

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

 a { background-color: rgb(150,96,56); }

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

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

 span { border-color: rgb(150,96,56); }

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