Html Css Color HEX #977110 Golden Brown

📋 copy color: '#977110'

red 151 ◦ green 113 ◦ blue 16

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

Shades of Golden Brown #977110

Tints of Golden Brown #977110

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.36%

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

R = 53.93%
G = 40.36%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#977110 (or 0x977110) is known color: Golden Brown. HEX triplet: 97, 71 and 10. RGB value is (151,113,16). Sum of RGB (Red+Green+Blue) = 151+113+16=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #977110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977110 is #688EEF. Grayscale: #717171. Windows color (decimal): -6852336 or 1077655. OLE color: 1077655.

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

Color convert

RGB 151 113 16 -
CMYK 0 0.25 0.89 0.41
HSL 43.11º 0.81% 0.33% -
HSV(B) 43.11º 0.89% 0.59% -
XYZ 18.76 18.43 3.06 -
YUV 113.3 73.09 154.89 -
System Red Green Blue C M Y K H S L
Decimal 151 113 16 0 0.25 0.89 0.41 43.11 0.81 0.33
Hex 97 71 10 0 19 59 29 2B 51 21
Octal 227 161 20 0 31 131 51 53 121 41
Binary 10010111 1110001 10000 0 11001 1011001 101001 101011 1010001 100001

Color Harmonies of #977110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977110

Black with #977110

Text Example


Text Example

White with #977110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977110; }

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

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

background-color css

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

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

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

border-color css

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

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

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