Html Css Color HEX #976F02 Golden Brown

📋 copy color: '#976F02'

red 151 ◦ green 111 ◦ blue 2

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

Shades of Golden Brown #976F02

Tints of Golden Brown #976F02

RGB

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

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

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

R = 57.2%
G = 42.05%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#976F02 (or 0x976F02) is known color: Golden Brown. HEX triplet: 97, 6F and 02. RGB value is (151,111,2). Sum of RGB (Red+Green+Blue) = 151+111+2=264 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.20% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 151 - color contains mainly: red. Hex color #976F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976F02 is #6890FD. Grayscale: #6F6F6F. Windows color (decimal): -6852862 or 159639. OLE color: 159639.

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

Color convert

RGB 151 111 2 -
CMYK 0 0.26 0.99 0.41
HSL 43.89º 0.97% 0.3% -
HSV(B) 43.89º 0.99% 0.59% -
XYZ 18.46 17.95 2.55 -
YUV 110.53 66.75 156.86 -
System Red Green Blue C M Y K H S L
Decimal 151 111 2 0 0.26 0.99 0.41 43.89 0.97 0.3
Hex 97 6F 2 0 1A 63 29 2C 61 1E
Octal 227 157 2 0 32 143 51 54 141 36
Binary 10010111 1101111 10 0 11010 1100011 101001 101100 1100001 11110

Color Harmonies of #976F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F02

Black with #976F02

Text Example


Text Example

White with #976F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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