Html Css Color HEX #99790F Hacienda

📋 copy color: '#99790F'

red 153 ◦ green 121 ◦ blue 15

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

Shades of Hacienda #99790F

Tints of Hacienda #99790F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.19%

R = 52.94%
G = 41.87%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99790F (or 0x99790F) is known color: Hacienda. HEX triplet: 99, 79 and 0F. RGB value is (153,121,15). Sum of RGB (Red+Green+Blue) = 153+121+15=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #99790F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99790F is #6686F0. Grayscale: #767676. Windows color (decimal): -6719217 or 1014169. OLE color: 1014169.

HSL color Cylindrical-coordinate representation of color #99790F: hue angle of 46.09º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99790F is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 121 15 -
CMYK 0 0.21 0.90 0.4
HSL 46.09º 0.82% 0.33% -
HSV(B) 46.09º 0.9% 0.6% -
XYZ 20.06 20.48 3.35 -
YUV 118.48 69.6 152.62 -
System Red Green Blue C M Y K H S L
Decimal 153 121 15 0 0.21 0.90 0.4 46.09 0.82 0.33
Hex 99 79 F 0 15 5A 28 2E 52 21
Octal 231 171 17 0 25 132 50 56 122 41
Binary 10011001 1111001 1111 0 10101 1011010 101000 101110 1010010 100001

Color Harmonies of #99790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99790F

Black with #99790F

Text Example


Text Example

White with #99790F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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