Html Css Color HEX #976F08 Golden Brown

📋 copy color: '#976F08'

red 151 ◦ green 111 ◦ blue 8

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

Shades of Golden Brown #976F08

Tints of Golden Brown #976F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.96%

R = 55.93%
G = 41.11%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#976F08 (or 0x976F08) is known color: Golden Brown. HEX triplet: 97, 6F and 08. RGB value is (151,111,8). Sum of RGB (Red+Green+Blue) = 151+111+8=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #976F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976F08 is #6890F7. Grayscale: #6F6F6F. Windows color (decimal): -6852856 or 552855. OLE color: 552855.

HSL color Cylindrical-coordinate representation of color #976F08: hue angle of 43.22º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #976F08 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 111 8 -
CMYK 0 0.26 0.95 0.41
HSL 43.22º 0.9% 0.31% -
HSV(B) 43.22º 0.95% 0.59% -
XYZ 18.49 17.97 2.72 -
YUV 111.22 69.75 156.38 -
System Red Green Blue C M Y K H S L
Decimal 151 111 8 0 0.26 0.95 0.41 43.22 0.9 0.31
Hex 97 6F 8 0 1A 5F 29 2B 5A 1F
Octal 227 157 10 0 32 137 51 53 132 37
Binary 10010111 1101111 1000 0 11010 1011111 101001 101011 1011010 11111

Color Harmonies of #976F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F08

Black with #976F08

Text Example


Text Example

White with #976F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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