Html Css Color HEX #997711 Hacienda

📋 copy color: '#997711'

red 153 ◦ green 119 ◦ blue 17

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

Shades of Hacienda #997711

Tints of Hacienda #997711

RGB

 RED value IS 153 (60.16% from 255) = 52.94%

 GREEN value IS 119 (46.88% from 255) = 41.18%

 BLUE value IS 17 (7.03% from 255) = 5.88%

R = 52.94%
G = 41.18%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#997711 (or 0x997711) is known color: Hacienda. HEX triplet: 99, 77 and 11. RGB value is (153,119,17). Sum of RGB (Red+Green+Blue) = 153+119+17=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #997711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997711 is #6688EE. Grayscale: #757575. Windows color (decimal): -6719727 or 1144729. OLE color: 1144729.

HSL color Cylindrical-coordinate representation of color #997711: hue angle of 45º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #997711 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 119 17 -
CMYK 0 0.22 0.89 0.4
HSL 45º 0.8% 0.33% -
HSV(B) 45º 0.89% 0.6% -
XYZ 19.83 20.01 3.35 -
YUV 117.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 153 119 17 0 0.22 0.89 0.4 45 0.8 0.33
Hex 99 77 11 0 16 59 28 2D 50 21
Octal 231 167 21 0 26 131 50 55 120 41
Binary 10011001 1110111 10001 0 10110 1011001 101000 101101 1010000 100001

Color Harmonies of #997711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997711

Black with #997711

Text Example


Text Example

White with #997711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997711; }

 p { color: rgb(153,119,17); }

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

background-color css

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

 a { background-color: rgb(153,119,17); }

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

border-color css

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

 span { border-color: rgb(153,119,17); }

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