Html Css Color HEX #998608 Hacienda

📋 copy color: '#998608'

red 153 ◦ green 134 ◦ blue 8

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

Shades of Hacienda #998608

Tints of Hacienda #998608

RGB

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

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

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

R = 51.86%
G = 45.42%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#998608 (or 0x998608) is known color: Hacienda. HEX triplet: 99, 86 and 08. RGB value is (153,134,8). Sum of RGB (Red+Green+Blue) = 153+134+8=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #998608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998608 is #6679F7. Grayscale: #7D7D7D. Windows color (decimal): -6715896 or 558745. OLE color: 558745.

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

Color convert

RGB 153 134 8 -
CMYK 0 0.12 0.95 0.4
HSL 52.14º 0.9% 0.32% -
HSV(B) 52.14º 0.95% 0.6% -
XYZ 21.71 23.84 3.69 -
YUV 125.32 61.79 147.75 -
System Red Green Blue C M Y K H S L
Decimal 153 134 8 0 0.12 0.95 0.4 52.14 0.9 0.32
Hex 99 86 8 0 C 5F 28 34 5A 20
Octal 231 206 10 0 14 137 50 64 132 40
Binary 10011001 10000110 1000 0 1100 1011111 101000 110100 1011010 100000

Color Harmonies of #998608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998608

Black with #998608

Text Example


Text Example

White with #998608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998608; }

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

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

background-color css

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

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

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

border-color css

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

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

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