Html Css Color HEX #976A02 Golden Brown

📋 copy color: '#976A02'

red 151 ◦ green 106 ◦ blue 2

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

Shades of Golden Brown #976A02

Tints of Golden Brown #976A02

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.93%

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

R = 58.3%
G = 40.93%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#976A02 (or 0x976A02) is known color: Golden Brown. HEX triplet: 97, 6A and 02. RGB value is (151,106,2). Sum of RGB (Red+Green+Blue) = 151+106+2=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #976A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976A02 is #6895FD. Grayscale: #6C6C6C. Windows color (decimal): -6854142 or 158359. OLE color: 158359.

HSL color Cylindrical-coordinate representation of color #976A02: hue angle of 41.88º 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 #976A02 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 106 2 -
CMYK 0 0.30 0.99 0.41
HSL 41.88º 0.97% 0.3% -
HSV(B) 41.88º 0.99% 0.59% -
XYZ 17.93 16.89 2.37 -
YUV 107.6 68.41 158.96 -
System Red Green Blue C M Y K H S L
Decimal 151 106 2 0 0.30 0.99 0.41 41.88 0.97 0.3
Hex 97 6A 2 0 1E 63 29 2A 61 1E
Octal 227 152 2 0 36 143 51 52 141 36
Binary 10010111 1101010 10 0 11110 1100011 101001 101010 1100001 11110

Color Harmonies of #976A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976A02

Black with #976A02

Text Example


Text Example

White with #976A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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