Html Css Color HEX #998408 Hacienda

📋 copy color: '#998408'

red 153 ◦ green 132 ◦ blue 8

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

Shades of Hacienda #998408

Tints of Hacienda #998408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.05%

 BLUE value IS 8 (3.52% from 255) = 2.73%

R = 52.22%
G = 45.05%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#998408 (or 0x998408) is known color: Hacienda. HEX triplet: 99, 84 and 08. RGB value is (153,132,8). Sum of RGB (Red+Green+Blue) = 153+132+8=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #998408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998408 is #667BF7. Grayscale: #7C7C7C. Windows color (decimal): -6716408 or 558233. OLE color: 558233.

HSL color Cylindrical-coordinate representation of color #998408: hue angle of 51.31º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #998408 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 132 8 -
CMYK 0 0.14 0.95 0.4
HSL 51.31º 0.9% 0.32% -
HSV(B) 51.31º 0.95% 0.6% -
XYZ 21.43 23.29 3.6 -
YUV 124.14 62.46 148.58 -
System Red Green Blue C M Y K H S L
Decimal 153 132 8 0 0.14 0.95 0.4 51.31 0.9 0.32
Hex 99 84 8 0 E 5F 28 33 5A 20
Octal 231 204 10 0 16 137 50 63 132 40
Binary 10011001 10000100 1000 0 1110 1011111 101000 110011 1011010 100000

Color Harmonies of #998408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998408

Black with #998408

Text Example


Text Example

White with #998408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998408; }

 p { color: rgb(153,132,8); }

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

background-color css

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

 a { background-color: rgb(153,132,8); }

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

border-color css

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

 span { border-color: rgb(153,132,8); }

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