Html Css Color HEX #976134 Indochine

📋 copy color: '#976134'

red 151 ◦ green 97 ◦ blue 52

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

Shades of Indochine #976134

Tints of Indochine #976134

RGB

 RED value IS 151 (59.38% from 255) = 50.33%

 GREEN value IS 97 (38.28% from 255) = 32.33%

 BLUE value IS 52 (20.7% from 255) = 17.33%

R = 50.33%
G = 32.33%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#976134 (or 0x976134) is known color: Indochine. HEX triplet: 97, 61 and 34. RGB value is (151,97,52). Sum of RGB (Red+Green+Blue) = 151+97+52=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #976134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976134 is #689ECB. Grayscale: #6C6C6C. Windows color (decimal): -6856396 or 3432855. OLE color: 3432855.

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

Color convert

RGB 151 97 52 -
CMYK 0 0.36 0.66 0.41
HSL 27.27º 0.49% 0.4% -
HSV(B) 27.27º 0.66% 0.59% -
XYZ 17.66 15.38 5.29 -
YUV 108.02 96.39 158.66 -
System Red Green Blue C M Y K H S L
Decimal 151 97 52 0 0.36 0.66 0.41 27.27 0.49 0.4
Hex 97 61 34 0 24 42 29 1B 31 28
Octal 227 141 64 0 44 102 51 33 61 50
Binary 10010111 1100001 110100 0 100100 1000010 101001 11011 110001 101000

Color Harmonies of #976134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976134

Black with #976134

Text Example


Text Example

White with #976134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976134; }

 p { color: rgb(151,97,52); }

 H1.HeaderClassName
 {
   color: #976134;
 }
 .AnyTagClassName
 {
   color: #976134;
 }
</style>

background-color css

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

 a { background-color: rgb(151,97,52); }

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

border-color css

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

 span { border-color: rgb(151,97,52); }

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