Html Css Color HEX #997814 Hacienda

📋 copy color: '#997814'

red 153 ◦ green 120 ◦ blue 20

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

Shades of Hacienda #997814

Tints of Hacienda #997814

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.96%

 BLUE value IS 20 (8.2% from 255) = 6.83%

R = 52.22%
G = 40.96%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#997814 (or 0x997814) is known color: Hacienda. HEX triplet: 99, 78 and 14. RGB value is (153,120,20). Sum of RGB (Red+Green+Blue) = 153+120+20=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #997814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997814 is #6687EB. Grayscale: #767676. Windows color (decimal): -6719468 or 1341593. OLE color: 1341593.

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

Color convert

RGB 153 120 20 -
CMYK 0 0.22 0.87 0.4
HSL 45.11º 0.77% 0.34% -
HSV(B) 45.11º 0.87% 0.6% -
XYZ 19.98 20.26 3.52 -
YUV 118.47 72.43 152.63 -
System Red Green Blue C M Y K H S L
Decimal 153 120 20 0 0.22 0.87 0.4 45.11 0.77 0.34
Hex 99 78 14 0 16 57 28 2D 4D 22
Octal 231 170 24 0 26 127 50 55 115 42
Binary 10011001 1111000 10100 0 10110 1010111 101000 101101 1001101 100010

Color Harmonies of #997814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997814

Black with #997814

Text Example


Text Example

White with #997814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997814; }

 p { color: rgb(153,120,20); }

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

background-color css

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

 a { background-color: rgb(153,120,20); }

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

border-color css

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

 span { border-color: rgb(153,120,20); }

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