Html Css Color HEX #976816 Golden Brown

📋 copy color: '#976816'

red 151 ◦ green 104 ◦ blue 22

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

Shades of Golden Brown #976816

Tints of Golden Brown #976816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.94%

R = 54.51%
G = 37.55%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#976816 (or 0x976816) is known color: Golden Brown. HEX triplet: 97, 68 and 16. RGB value is (151,104,22). Sum of RGB (Red+Green+Blue) = 151+104+22=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #976816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976816 is #6897E9. Grayscale: #6D6D6D. Windows color (decimal): -6854634 or 1468567. OLE color: 1468567.

HSL color Cylindrical-coordinate representation of color #976816: hue angle of 38.14º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #976816 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 104 22 -
CMYK 0 0.31 0.85 0.41
HSL 38.14º 0.75% 0.34% -
HSV(B) 38.14º 0.85% 0.59% -
XYZ 17.86 16.54 3.01 -
YUV 108.71 79.07 158.17 -
System Red Green Blue C M Y K H S L
Decimal 151 104 22 0 0.31 0.85 0.41 38.14 0.75 0.34
Hex 97 68 16 0 1F 55 29 26 4B 22
Octal 227 150 26 0 37 125 51 46 113 42
Binary 10010111 1101000 10110 0 11111 1010101 101001 100110 1001011 100010

Color Harmonies of #976816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976816

Black with #976816

Text Example


Text Example

White with #976816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976816; }

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

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

background-color css

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

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

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

border-color css

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

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

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