Html Css Color HEX #976010 Golden Brown

📋 copy color: '#976010'

red 151 ◦ green 96 ◦ blue 16

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

Shades of Golden Brown #976010

Tints of Golden Brown #976010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.5%

 BLUE value IS 16 (6.64% from 255) = 6.08%

R = 57.41%
G = 36.5%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#976010 (or 0x976010) is known color: Golden Brown. HEX triplet: 97, 60 and 10. RGB value is (151,96,16). Sum of RGB (Red+Green+Blue) = 151+96+16=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #976010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976010 is #689FEF. Grayscale: #676767. Windows color (decimal): -6856688 or 1073303. OLE color: 1073303.

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

Color convert

RGB 151 96 16 -
CMYK 0 0.36 0.89 0.41
HSL 35.56º 0.81% 0.33% -
HSV(B) 35.56º 0.89% 0.59% -
XYZ 17.04 14.98 2.48 -
YUV 103.33 78.72 162 -
System Red Green Blue C M Y K H S L
Decimal 151 96 16 0 0.36 0.89 0.41 35.56 0.81 0.33
Hex 97 60 10 0 24 59 29 24 51 21
Octal 227 140 20 0 44 131 51 44 121 41
Binary 10010111 1100000 10000 0 100100 1011001 101001 100100 1010001 100001

Color Harmonies of #976010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976010

Black with #976010

Text Example


Text Example

White with #976010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976010; }

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

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

background-color css

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

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

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

border-color css

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

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

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