Html Css Color HEX #976030 Indochine

📋 copy color: '#976030'

red 151 ◦ green 96 ◦ blue 48

#976030
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indochine #976030

Tints of Indochine #976030

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 value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#976030 (or 0x976030) is known color: 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

RGB 151 96 48 -
CMYK 0 0.36 0.68 0.41
HSL 27.96º 0.52% 0.39% -
HSV(B) 27.96º 0.68% 0.59% -
XYZ 17.48 15.16 4.8 -
YUV 106.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 151 96 48 0 0.36 0.68 0.41 27.96 0.52 0.39
Hex 97 60 30 0 24 44 29 1C 34 27
Octal 227 140 60 0 44 104 51 34 64 47
Binary 10010111 1100000 110000 0 100100 1000100 101001 11100 110100 100111

Color Harmonies of #976030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976030

Black with #976030

Text Example


Text Example

White with #976030

Text Example


Text Example

HTML Codes & Css Web 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>