Html Css Color HEX #99790C Hacienda

📋 copy color: '#99790C'

red 153 ◦ green 121 ◦ blue 12

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

Shades of Hacienda #99790C

Tints of Hacienda #99790C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.2%

R = 53.5%
G = 42.31%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99790C (or 0x99790C) is known color: Hacienda. HEX triplet: 99, 79 and 0C. RGB value is (153,121,12). Sum of RGB (Red+Green+Blue) = 153+121+12=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #99790C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99790C is #6686F3. Grayscale: #767676. Windows color (decimal): -6719220 or 817561. OLE color: 817561.

HSL color Cylindrical-coordinate representation of color #99790C: hue angle of 46.38º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99790C is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 121 12 -
CMYK 0 0.21 0.92 0.4
HSL 46.38º 0.85% 0.32% -
HSV(B) 46.38º 0.92% 0.6% -
XYZ 20.04 20.47 3.24 -
YUV 118.14 68.1 152.86 -
System Red Green Blue C M Y K H S L
Decimal 153 121 12 0 0.21 0.92 0.4 46.38 0.85 0.32
Hex 99 79 C 0 15 5C 28 2E 55 20
Octal 231 171 14 0 25 134 50 56 125 40
Binary 10011001 1111001 1100 0 10101 1011100 101000 101110 1010101 100000

Color Harmonies of #99790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99790C

Black with #99790C

Text Example


Text Example

White with #99790C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99790C; }

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

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

background-color css

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

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

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

border-color css

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

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

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