Html Css Color HEX #997613 Hacienda

📋 copy color: '#997613'

red 153 ◦ green 118 ◦ blue 19

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

Shades of Hacienda #997613

Tints of Hacienda #997613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.69%

 BLUE value IS 19 (7.81% from 255) = 6.55%

R = 52.76%
G = 40.69%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#997613 (or 0x997613) is known color: Hacienda. HEX triplet: 99, 76 and 13. RGB value is (153,118,19). Sum of RGB (Red+Green+Blue) = 153+118+19=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #997613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997613 is #6689EC. Grayscale: #757575. Windows color (decimal): -6719981 or 1275545. OLE color: 1275545.

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

Color convert

RGB 153 118 19 -
CMYK 0 0.23 0.88 0.4
HSL 44.33º 0.78% 0.34% -
HSV(B) 44.33º 0.88% 0.6% -
XYZ 19.73 19.78 3.39 -
YUV 117.18 72.6 153.55 -
System Red Green Blue C M Y K H S L
Decimal 153 118 19 0 0.23 0.88 0.4 44.33 0.78 0.34
Hex 99 76 13 0 17 58 28 2C 4E 22
Octal 231 166 23 0 27 130 50 54 116 42
Binary 10011001 1110110 10011 0 10111 1011000 101000 101100 1001110 100010

Color Harmonies of #997613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997613

Black with #997613

Text Example


Text Example

White with #997613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997613; }

 p { color: rgb(153,118,19); }

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

background-color css

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

 a { background-color: rgb(153,118,19); }

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

border-color css

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

 span { border-color: rgb(153,118,19); }

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