Html Css Color HEX #976002 Golden Brown

📋 copy color: '#976002'

red 151 ◦ green 96 ◦ blue 2

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

Shades of Golden Brown #976002

Tints of Golden Brown #976002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 60.64%
G = 38.55%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#976002 (or 0x976002) is known color: Golden Brown. HEX triplet: 97, 60 and 02. RGB value is (151,96,2). Sum of RGB (Red+Green+Blue) = 151+96+2=249 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.64% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 151 - color contains mainly: red. Hex color #976002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976002 is #689FFD. Grayscale: #666666. Windows color (decimal): -6856702 or 155799. OLE color: 155799.

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

Color convert

RGB 151 96 2 -
CMYK 0 0.36 0.99 0.41
HSL 37.85º 0.97% 0.3% -
HSV(B) 37.85º 0.99% 0.59% -
XYZ 16.96 14.95 2.05 -
YUV 101.73 71.72 163.14 -
System Red Green Blue C M Y K H S L
Decimal 151 96 2 0 0.36 0.99 0.41 37.85 0.97 0.3
Hex 97 60 2 0 24 63 29 26 61 1E
Octal 227 140 2 0 44 143 51 46 141 36
Binary 10010111 1100000 10 0 100100 1100011 101001 100110 1100001 11110

Color Harmonies of #976002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976002

Black with #976002

Text Example


Text Example

White with #976002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976002; }

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

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

background-color css

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

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

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

border-color css

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

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

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