Html Css Color HEX #976B02 Golden Brown

📋 copy color: '#976B02'

red 151 ◦ green 107 ◦ blue 2

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

Shades of Golden Brown #976B02

Tints of Golden Brown #976B02

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.15%

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

R = 58.08%
G = 41.15%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#976B02 (or 0x976B02) is known color: Golden Brown. HEX triplet: 97, 6B and 02. RGB value is (151,107,2). Sum of RGB (Red+Green+Blue) = 151+107+2=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #976B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976B02 is #6894FD. Grayscale: #6C6C6C. Windows color (decimal): -6853886 or 158615. OLE color: 158615.

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

Color convert

RGB 151 107 2 -
CMYK 0 0.29 0.99 0.41
HSL 42.28º 0.97% 0.3% -
HSV(B) 42.28º 0.99% 0.59% -
XYZ 18.03 17.1 2.41 -
YUV 108.19 68.08 158.54 -
System Red Green Blue C M Y K H S L
Decimal 151 107 2 0 0.29 0.99 0.41 42.28 0.97 0.3
Hex 97 6B 2 0 1D 63 29 2A 61 1E
Octal 227 153 2 0 35 143 51 52 141 36
Binary 10010111 1101011 10 0 11101 1100011 101001 101010 1100001 11110

Color Harmonies of #976B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B02

Black with #976B02

Text Example


Text Example

White with #976B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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