Html Css Color HEX #976310 Golden Brown

📋 copy color: '#976310'

red 151 ◦ green 99 ◦ blue 16

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

Shades of Golden Brown #976310

Tints of Golden Brown #976310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.22%

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

R = 56.77%
G = 37.22%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#976310 (or 0x976310) is known color: Golden Brown. HEX triplet: 97, 63 and 10. RGB value is (151,99,16). Sum of RGB (Red+Green+Blue) = 151+99+16=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #976310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976310 is #689CEF. Grayscale: #696969. Windows color (decimal): -6855920 or 1074071. OLE color: 1074071.

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

Color convert

RGB 151 99 16 -
CMYK 0 0.34 0.89 0.41
HSL 36.89º 0.81% 0.33% -
HSV(B) 36.89º 0.89% 0.59% -
XYZ 17.32 15.54 2.58 -
YUV 105.09 77.73 160.75 -
System Red Green Blue C M Y K H S L
Decimal 151 99 16 0 0.34 0.89 0.41 36.89 0.81 0.33
Hex 97 63 10 0 22 59 29 25 51 21
Octal 227 143 20 0 42 131 51 45 121 41
Binary 10010111 1100011 10000 0 100010 1011001 101001 100101 1010001 100001

Color Harmonies of #976310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976310

Black with #976310

Text Example


Text Example

White with #976310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976310; }

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

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

background-color css

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

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

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

border-color css

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

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

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