Html Css Color HEX #977E10 Hacienda

📋 copy color: '#977E10'

red 151 ◦ green 126 ◦ blue 16

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

Shades of Hacienda #977E10

Tints of Hacienda #977E10

RGB

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

 GREEN value IS 126 (49.61% from 255) = 43%

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

R = 51.54%
G = 43%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#977E10 (or 0x977E10) is known color: Hacienda. HEX triplet: 97, 7E and 10. RGB value is (151,126,16). Sum of RGB (Red+Green+Blue) = 151+126+16=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 126 (49.61% from 255 or 43.00% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #977E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977E10 is #6881EF. Grayscale: #797979. Windows color (decimal): -6849008 or 1080983. OLE color: 1080983.

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

Color convert

RGB 151 126 16 -
CMYK 0 0.17 0.89 0.41
HSL 48.89º 0.81% 0.33% -
HSV(B) 48.89º 0.89% 0.59% -
XYZ 20.32 21.54 3.58 -
YUV 120.94 68.78 149.44 -
System Red Green Blue C M Y K H S L
Decimal 151 126 16 0 0.17 0.89 0.41 48.89 0.81 0.33
Hex 97 7E 10 0 11 59 29 31 51 21
Octal 227 176 20 0 21 131 51 61 121 41
Binary 10010111 1111110 10000 0 10001 1011001 101001 110001 1010001 100001

Color Harmonies of #977E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977E10

Black with #977E10

Text Example


Text Example

White with #977E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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