Html Css Color HEX #976C10 Golden Brown

📋 copy color: '#976C10'

red 151 ◦ green 108 ◦ blue 16

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

Shades of Golden Brown #976C10

Tints of Golden Brown #976C10

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.27%

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

R = 54.91%
G = 39.27%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#976C10 (or 0x976C10) is known color: Golden Brown. HEX triplet: 97, 6C and 10. RGB value is (151,108,16). Sum of RGB (Red+Green+Blue) = 151+108+16=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #976C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976C10 is #6893EF. Grayscale: #6E6E6E. Windows color (decimal): -6853616 or 1076375. OLE color: 1076375.

HSL color Cylindrical-coordinate representation of color #976C10: hue angle of 40.89º 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 #976C10 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 108 16 -
CMYK 0 0.28 0.89 0.41
HSL 40.89º 0.81% 0.33% -
HSV(B) 40.89º 0.89% 0.59% -
XYZ 18.22 17.34 2.88 -
YUV 110.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 151 108 16 0 0.28 0.89 0.41 40.89 0.81 0.33
Hex 97 6C 10 0 1C 59 29 29 51 21
Octal 227 154 20 0 34 131 51 51 121 41
Binary 10010111 1101100 10000 0 11100 1011001 101001 101001 1010001 100001

Color Harmonies of #976C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976C10

Black with #976C10

Text Example


Text Example

White with #976C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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