Html Css Color HEX #998618 Hacienda

📋 copy color: '#998618'

red 153 ◦ green 134 ◦ blue 24

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

Shades of Hacienda #998618

Tints of Hacienda #998618

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.09%

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

R = 49.2%
G = 43.09%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#998618 (or 0x998618) is known color: Hacienda. HEX triplet: 99, 86 and 18. RGB value is (153,134,24). Sum of RGB (Red+Green+Blue) = 153+134+24=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #998618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998618 is #6679E7. Grayscale: #7F7F7F. Windows color (decimal): -6715880 or 1607321. OLE color: 1607321.

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

Color convert

RGB 153 134 24 -
CMYK 0 0.12 0.84 0.4
HSL 51.16º 0.73% 0.35% -
HSV(B) 51.16º 0.84% 0.6% -
XYZ 21.83 23.89 4.32 -
YUV 127.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 153 134 24 0 0.12 0.84 0.4 51.16 0.73 0.35
Hex 99 86 18 0 C 54 28 33 49 23
Octal 231 206 30 0 14 124 50 63 111 43
Binary 10011001 10000110 11000 0 1100 1010100 101000 110011 1001001 100011

Color Harmonies of #998618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998618

Black with #998618

Text Example


Text Example

White with #998618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998618; }

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

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

background-color css

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

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

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

border-color css

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

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

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