Html Css Color HEX #976F11 Golden Brown

📋 copy color: '#976F11'

red 151 ◦ green 111 ◦ blue 17

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

Shades of Golden Brown #976F11

Tints of Golden Brown #976F11

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.78%

 BLUE value IS 17 (7.03% from 255) = 6.09%

R = 54.12%
G = 39.78%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#976F11 (or 0x976F11) is known color: Golden Brown. HEX triplet: 97, 6F and 11. RGB value is (151,111,17). Sum of RGB (Red+Green+Blue) = 151+111+17=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #976F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976F11 is #6890EE. Grayscale: #707070. Windows color (decimal): -6852847 or 1142679. OLE color: 1142679.

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

Color convert

RGB 151 111 17 -
CMYK 0 0.26 0.89 0.41
HSL 42.09º 0.8% 0.33% -
HSV(B) 42.09º 0.89% 0.59% -
XYZ 18.55 17.99 3.02 -
YUV 112.24 74.25 155.64 -
System Red Green Blue C M Y K H S L
Decimal 151 111 17 0 0.26 0.89 0.41 42.09 0.8 0.33
Hex 97 6F 11 0 1A 59 29 2A 50 21
Octal 227 157 21 0 32 131 51 52 120 41
Binary 10010111 1101111 10001 0 11010 1011001 101001 101010 1010000 100001

Color Harmonies of #976F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F11

Black with #976F11

Text Example


Text Example

White with #976F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,111,17); }

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

background-color css

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

 a { background-color: rgb(151,111,17); }

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

border-color css

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

 span { border-color: rgb(151,111,17); }

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