Html Css Color HEX #976B10 Golden Brown

📋 copy color: '#976B10'

red 151 ◦ green 107 ◦ blue 16

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

Shades of Golden Brown #976B10

Tints of Golden Brown #976B10

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.05%

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

R = 55.11%
G = 39.05%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#976B10 (or 0x976B10) is known color: Golden Brown. HEX triplet: 97, 6B and 10. RGB value is (151,107,16). Sum of RGB (Red+Green+Blue) = 151+107+16=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #976B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976B10 is #6894EF. Grayscale: #6E6E6E. Windows color (decimal): -6853872 or 1076119. OLE color: 1076119.

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

Color convert

RGB 151 107 16 -
CMYK 0 0.29 0.89 0.41
HSL 40.44º 0.81% 0.33% -
HSV(B) 40.44º 0.89% 0.59% -
XYZ 18.11 17.13 2.84 -
YUV 109.78 75.08 157.4 -
System Red Green Blue C M Y K H S L
Decimal 151 107 16 0 0.29 0.89 0.41 40.44 0.81 0.33
Hex 97 6B 10 0 1D 59 29 28 51 21
Octal 227 153 20 0 35 131 51 50 121 41
Binary 10010111 1101011 10000 0 11101 1011001 101001 101000 1010001 100001

Color Harmonies of #976B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B10

Black with #976B10

Text Example


Text Example

White with #976B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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