Html Css Color HEX #976004 Golden Brown

📋 copy color: '#976004'

red 151 ◦ green 96 ◦ blue 4

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

Shades of Golden Brown #976004

Tints of Golden Brown #976004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 60.16%
G = 38.25%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#976004 (or 0x976004) is known color: Golden Brown. HEX triplet: 97, 60 and 04. RGB value is (151,96,4). Sum of RGB (Red+Green+Blue) = 151+96+4=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #976004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976004 is #689FFB. Grayscale: #666666. Windows color (decimal): -6856700 or 286871. OLE color: 286871.

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

Color convert

RGB 151 96 4 -
CMYK 0 0.36 0.97 0.41
HSL 37.55º 0.95% 0.3% -
HSV(B) 37.55º 0.97% 0.59% -
XYZ 16.97 14.95 2.11 -
YUV 101.96 72.72 162.98 -
System Red Green Blue C M Y K H S L
Decimal 151 96 4 0 0.36 0.97 0.41 37.55 0.95 0.3
Hex 97 60 4 0 24 61 29 26 5F 1E
Octal 227 140 4 0 44 141 51 46 137 36
Binary 10010111 1100000 100 0 100100 1100001 101001 100110 1011111 11110

Color Harmonies of #976004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976004

Black with #976004

Text Example


Text Example

White with #976004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976004; }

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

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

background-color css

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

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

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

border-color css

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

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

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