Html Css Color HEX #976412 Golden Brown

📋 copy color: '#976412'

red 151 ◦ green 100 ◦ blue 18

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

Shades of Golden Brown #976412

Tints of Golden Brown #976412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.17%

 BLUE value IS 18 (7.42% from 255) = 6.69%

R = 56.13%
G = 37.17%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#976412 (or 0x976412) is known color: Golden Brown. HEX triplet: 97, 64 and 12. RGB value is (151,100,18). Sum of RGB (Red+Green+Blue) = 151+100+18=269 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.13% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 151 - color contains mainly: red. Hex color #976412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976412 is #689BED. Grayscale: #6A6A6A. Windows color (decimal): -6855662 or 1205399. OLE color: 1205399.

HSL color Cylindrical-coordinate representation of color #976412: hue angle of 36.99º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #976412 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 100 18 -
CMYK 0 0.34 0.88 0.41
HSL 36.99º 0.79% 0.33% -
HSV(B) 36.99º 0.88% 0.59% -
XYZ 17.43 15.74 2.69 -
YUV 105.9 78.4 160.17 -
System Red Green Blue C M Y K H S L
Decimal 151 100 18 0 0.34 0.88 0.41 36.99 0.79 0.33
Hex 97 64 12 0 22 58 29 25 4F 21
Octal 227 144 22 0 42 130 51 45 117 41
Binary 10010111 1100100 10010 0 100010 1011000 101001 100101 1001111 100001

Color Harmonies of #976412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976412

Black with #976412

Text Example


Text Example

White with #976412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976412; }

 p { color: rgb(151,100,18); }

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

background-color css

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

 a { background-color: rgb(151,100,18); }

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

border-color css

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

 span { border-color: rgb(151,100,18); }

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