#976038

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

Shades of Indochine #976038

Tints of Indochine #976038

Color information

#976038 (or 0x976038) is unknown color: approx Indochine. HEX triplet: 97, 60 and 38. RGB value is (151,96,56). Sum of RGB (Red+Green+Blue) = 151+96+56=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #976038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976038 is #689FC7. Grayscale: #6C6C6C. Windows color (decimal): -6856648 or 3694743. OLE color: 3694743.

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

Color convert

RGB1519656-
CMYK00.360.630.41
HSL25.26º45.89%40.59%-
HSV(B)25.26º62.91%59.22%-
XYZ17.6615.235.75-
YUV107.8898.72158.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.83%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 56 (22.27% from 255) = 18.48%
R=49.83%
G=31.68%
B=18.48%

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
Decimal151965600.360.630.4125.2645.8940.59
Hex9760380243F29192e29
Octal227140700447751315651
Binary100101111100000111000010010011111110100111001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976038; }

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

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

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

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

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

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

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

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