Html Css Color HEX #976802 Golden Brown

📋 copy color: '#976802'

red 151 ◦ green 104 ◦ blue 2

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

Shades of Golden Brown #976802

Tints of Golden Brown #976802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.47%

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

R = 58.75%
G = 40.47%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#976802 (or 0x976802) is known color: Golden Brown. HEX triplet: 97, 68 and 02. RGB value is (151,104,2). Sum of RGB (Red+Green+Blue) = 151+104+2=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #976802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976802 is #6897FD. Grayscale: #6A6A6A. Windows color (decimal): -6854654 or 157847. OLE color: 157847.

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

Color convert

RGB 151 104 2 -
CMYK 0 0.31 0.99 0.41
HSL 41.07º 0.97% 0.3% -
HSV(B) 41.07º 0.99% 0.59% -
XYZ 17.72 16.48 2.31 -
YUV 106.43 69.07 159.79 -
System Red Green Blue C M Y K H S L
Decimal 151 104 2 0 0.31 0.99 0.41 41.07 0.97 0.3
Hex 97 68 2 0 1F 63 29 29 61 1E
Octal 227 150 2 0 37 143 51 51 141 36
Binary 10010111 1101000 10 0 11111 1100011 101001 101001 1100001 11110

Color Harmonies of #976802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976802

Black with #976802

Text Example


Text Example

White with #976802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976802; }

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

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

background-color css

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

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

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

border-color css

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

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

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