Html Css Color HEX #976000 Golden Brown

📋 copy color: '#976000'

red 151 ◦ green 96 ◦ blue 0

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

Shades of Golden Brown #976000

Tints of Golden Brown #976000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.87%

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

R = 61.13%
G = 38.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#976000 (or 0x976000) is known color: Golden Brown. HEX triplet: 97, 60 and 00. RGB value is (151,96,0). Sum of RGB (Red+Green+Blue) = 151+96+0=247 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.13% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 151 - color contains mainly: red. Hex color #976000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976000 is #689FFF. Grayscale: #656565. Windows color (decimal): -6856704 or 24727. OLE color: 24727.

HSL color Cylindrical-coordinate representation of color #976000: hue angle of 38.15º 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 #976000 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 96 0 -
CMYK 0 0.36 1 0.41
HSL 38.15º 1% 0.3% -
HSV(B) 38.15º 1% 0.59% -
XYZ 16.95 14.95 1.99 -
YUV 101.5 70.72 163.31 -
System Red Green Blue C M Y K H S L
Decimal 151 96 0 0 0.36 1 0.41 38.15 1 0.3
Hex 97 60 0 0 24 64 29 26 64 1E
Octal 227 140 0 0 44 144 51 46 144 36
Binary 10010111 1100000 0 0 100100 1100100 101001 100110 1100100 11110

Color Harmonies of #976000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976000

Black with #976000

Text Example


Text Example

White with #976000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976000; }

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

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

background-color css

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

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

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

border-color css

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

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

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