Html Css Color HEX #976813 Golden Brown

📋 copy color: '#976813'

red 151 ◦ green 104 ◦ blue 19

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

Shades of Golden Brown #976813

Tints of Golden Brown #976813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.93%

R = 55.11%
G = 37.96%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#976813 (or 0x976813) is known color: Golden Brown. HEX triplet: 97, 68 and 13. RGB value is (151,104,19). Sum of RGB (Red+Green+Blue) = 151+104+19=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #976813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976813 is #6897EC. Grayscale: #6C6C6C. Windows color (decimal): -6854637 or 1271959. OLE color: 1271959.

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

Color convert

RGB 151 104 19 -
CMYK 0 0.31 0.87 0.41
HSL 38.64º 0.78% 0.33% -
HSV(B) 38.64º 0.87% 0.59% -
XYZ 17.83 16.53 2.87 -
YUV 108.36 77.57 158.41 -
System Red Green Blue C M Y K H S L
Decimal 151 104 19 0 0.31 0.87 0.41 38.64 0.78 0.33
Hex 97 68 13 0 1F 57 29 27 4E 21
Octal 227 150 23 0 37 127 51 47 116 41
Binary 10010111 1101000 10011 0 11111 1010111 101001 100111 1001110 100001

Color Harmonies of #976813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976813

Black with #976813

Text Example


Text Example

White with #976813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976813; }

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

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

background-color css

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

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

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

border-color css

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

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

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