Html Css Color HEX #997918 Hacienda

📋 copy color: '#997918'

red 153 ◦ green 121 ◦ blue 24

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

Shades of Hacienda #997918

Tints of Hacienda #997918

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.6%

 BLUE value IS 24 (9.77% from 255) = 8.05%

R = 51.34%
G = 40.6%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#997918 (or 0x997918) is known color: Hacienda. HEX triplet: 99, 79 and 18. RGB value is (153,121,24). Sum of RGB (Red+Green+Blue) = 153+121+24=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #997918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997918 is #6686E7. Grayscale: #777777. Windows color (decimal): -6719208 or 1603993. OLE color: 1603993.

HSL color Cylindrical-coordinate representation of color #997918: hue angle of 45.12º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #997918 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 121 24 -
CMYK 0 0.21 0.84 0.4
HSL 45.12º 0.73% 0.35% -
HSV(B) 45.12º 0.84% 0.6% -
XYZ 20.14 20.51 3.76 -
YUV 119.51 74.1 151.89 -
System Red Green Blue C M Y K H S L
Decimal 153 121 24 0 0.21 0.84 0.4 45.12 0.73 0.35
Hex 99 79 18 0 15 54 28 2D 49 23
Octal 231 171 30 0 25 124 50 55 111 43
Binary 10011001 1111001 11000 0 10101 1010100 101000 101101 1001001 100011

Color Harmonies of #997918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997918

Black with #997918

Text Example


Text Example

White with #997918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997918; }

 p { color: rgb(153,121,24); }

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

background-color css

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

 a { background-color: rgb(153,121,24); }

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

border-color css

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

 span { border-color: rgb(153,121,24); }

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