Html Css Color HEX #976810 Golden Brown

📋 copy color: '#976810'

red 151 ◦ green 104 ◦ blue 16

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

Shades of Golden Brown #976810

Tints of Golden Brown #976810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.9%

R = 55.72%
G = 38.38%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#976810 (or 0x976810) is known color: Golden Brown. HEX triplet: 97, 68 and 10. RGB value is (151,104,16). Sum of RGB (Red+Green+Blue) = 151+104+16=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #976810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976810 is #6897EF. Grayscale: #6C6C6C. Windows color (decimal): -6854640 or 1075351. OLE color: 1075351.

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

Color convert

RGB 151 104 16 -
CMYK 0 0.31 0.89 0.41
HSL 39.11º 0.81% 0.33% -
HSV(B) 39.11º 0.89% 0.59% -
XYZ 17.81 16.52 2.74 -
YUV 108.02 76.07 158.66 -
System Red Green Blue C M Y K H S L
Decimal 151 104 16 0 0.31 0.89 0.41 39.11 0.81 0.33
Hex 97 68 10 0 1F 59 29 27 51 21
Octal 227 150 20 0 37 131 51 47 121 41
Binary 10010111 1101000 10000 0 11111 1011001 101001 100111 1010001 100001

Color Harmonies of #976810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976810

Black with #976810

Text Example


Text Example

White with #976810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976810; }

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

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

background-color css

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

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

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

border-color css

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

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

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