#977620

Color #977620 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #977620

Tints of Hacienda #977620

Color information

#977620 (or 0x977620) is unknown color: approx Hacienda. HEX triplet: 97, 76 and 20. RGB value is (151,118,32). Sum of RGB (Red+Green+Blue) = 151+118+32=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #977620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977620 is #6889DF. Grayscale: #767676. Windows color (decimal): -6851040 or 2127511. OLE color: 2127511.

HSL color Cylindrical-coordinate representation of color #977620: hue angle of 43.36º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #977620 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB15111832-
CMYK00.220.790.41
HSL43.36º65.03%35.88%-
HSV(B)43.36º78.81%59.22%-
XYZ19.519.644.13-
YUV118.0679.43151.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.17%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 32 (12.89% from 255) = 10.63%
R=50.17%
G=39.20%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511183200.220.790.4143.3665.0335.88
Hex9776200164F292b4124
Octal22716640026117515310144
Binary10010111111011010000001011010011111010011010111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977620; }

 p { color: rgb(151,118,32); }

 H1.HeaderClassName
 {
   color: #977620;
 }
 .AnyTagClassName
 {
   color: #977620;
 }
</style>
background-color css

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

 a { background-color: rgb(151,118,32); }

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

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

 span { border-color: rgb(151,118,32); }

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