Html Css Color HEX #976F00 Golden Brown

📋 copy color: '#976F00'

red 151 ◦ green 111 ◦ blue 0

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

Shades of Golden Brown #976F00

Tints of Golden Brown #976F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.63%
G = 42.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#976F00 (or 0x976F00) is known color: Golden Brown. HEX triplet: 97, 6F and 00. RGB value is (151,111,0). Sum of RGB (Red+Green+Blue) = 151+111+0=262 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.63% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 151 - color contains mainly: red. Hex color #976F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976F00 is #6890FF. Grayscale: #6E6E6E. Windows color (decimal): -6852864 or 28567. OLE color: 28567.

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

Color convert

RGB 151 111 0 -
CMYK 0 0.26 1 0.41
HSL 44.11º 1% 0.3% -
HSV(B) 44.11º 1% 0.59% -
XYZ 18.45 17.95 2.49 -
YUV 110.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 151 111 0 0 0.26 1 0.41 44.11 1 0.3
Hex 97 6F 0 0 1A 64 29 2C 64 1E
Octal 227 157 0 0 32 144 51 54 144 36
Binary 10010111 1101111 0 0 11010 1100100 101001 101100 1100100 11110

Color Harmonies of #976F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F00

Black with #976F00

Text Example


Text Example

White with #976F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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