Html Css Color HEX #997418 Hacienda

📋 copy color: '#997418'

red 153 ◦ green 116 ◦ blue 24

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

Shades of Hacienda #997418

Tints of Hacienda #997418

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.59%

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

R = 52.22%
G = 39.59%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#997418 (or 0x997418) is known color: Hacienda. HEX triplet: 99, 74 and 18. RGB value is (153,116,24). Sum of RGB (Red+Green+Blue) = 153+116+24=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #997418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997418 is #668BE7. Grayscale: #747474. Windows color (decimal): -6720488 or 1602713. OLE color: 1602713.

HSL color Cylindrical-coordinate representation of color #997418: hue angle of 42.79º 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 #997418 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 116 24 -
CMYK 0 0.24 0.84 0.4
HSL 42.79º 0.73% 0.35% -
HSV(B) 42.79º 0.84% 0.6% -
XYZ 19.55 19.33 3.56 -
YUV 116.58 75.76 153.98 -
System Red Green Blue C M Y K H S L
Decimal 153 116 24 0 0.24 0.84 0.4 42.79 0.73 0.35
Hex 99 74 18 0 18 54 28 2B 49 23
Octal 231 164 30 0 30 124 50 53 111 43
Binary 10011001 1110100 11000 0 11000 1010100 101000 101011 1001001 100011

Color Harmonies of #997418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997418

Black with #997418

Text Example


Text Example

White with #997418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997418; }

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

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

background-color css

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

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

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

border-color css

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

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

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