#976030

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

Shades of Indochine #976030

Tints of Indochine #976030

Color information

#976030 (or 0x976030) is unknown color: approx Indochine. HEX triplet: 97, 60 and 30. RGB value is (151,96,48). Sum of RGB (Red+Green+Blue) = 151+96+48=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #976030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976030 is #689FCF. Grayscale: #6B6B6B. Windows color (decimal): -6856656 or 3170455. OLE color: 3170455.

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

Color convert

RGB1519648-
CMYK00.360.680.41
HSL27.96º51.76%39.02%-
HSV(B)27.96º68.21%59.22%-
XYZ17.4815.164.8-
YUV106.9794.72159.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.19%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 48 (19.14% from 255) = 16.27%
R=51.19%
G=32.54%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151964800.360.680.4127.9651.7639.02
Hex97603002444291c3427
Octal2271406004410451346447
Binary1001011111000001100000100100100010010100111100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976030; }

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

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

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

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

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

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

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

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