Html Css Color HEX #99790B Hacienda

📋 copy color: '#99790B'

red 153 ◦ green 121 ◦ blue 11

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

Shades of Hacienda #99790B

Tints of Hacienda #99790B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.86%

R = 53.68%
G = 42.46%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99790B (or 0x99790B) is known color: Hacienda. HEX triplet: 99, 79 and 0B. RGB value is (153,121,11). Sum of RGB (Red+Green+Blue) = 153+121+11=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #99790B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99790B is #6686F4. Grayscale: #767676. Windows color (decimal): -6719221 or 752025. OLE color: 752025.

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

Color convert

RGB 153 121 11 -
CMYK 0 0.21 0.93 0.4
HSL 46.48º 0.87% 0.32% -
HSV(B) 46.48º 0.93% 0.6% -
XYZ 20.03 20.47 3.21 -
YUV 118.03 67.6 152.94 -
System Red Green Blue C M Y K H S L
Decimal 153 121 11 0 0.21 0.93 0.4 46.48 0.87 0.32
Hex 99 79 B 0 15 5D 28 2E 57 20
Octal 231 171 13 0 25 135 50 56 127 40
Binary 10011001 1111001 1011 0 10101 1011101 101000 101110 1010111 100000

Color Harmonies of #99790B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99790B

Black with #99790B

Text Example


Text Example

White with #99790B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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