Html Css Color HEX #99840B Hacienda

📋 copy color: '#99840B'

red 153 ◦ green 132 ◦ blue 11

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

Shades of Hacienda #99840B

Tints of Hacienda #99840B

RGB

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

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

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

R = 51.69%
G = 44.59%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99840B (or 0x99840B) is known color: Hacienda. HEX triplet: 99, 84 and 0B. RGB value is (153,132,11). Sum of RGB (Red+Green+Blue) = 153+132+11=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #99840B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99840B is #667BF4. Grayscale: #7C7C7C. Windows color (decimal): -6716405 or 754841. OLE color: 754841.

HSL color Cylindrical-coordinate representation of color #99840B: hue angle of 51.13º 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 #99840B is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 132 11 -
CMYK 0 0.14 0.93 0.4
HSL 51.13º 0.87% 0.32% -
HSV(B) 51.13º 0.93% 0.6% -
XYZ 21.45 23.3 3.68 -
YUV 124.49 63.96 148.34 -
System Red Green Blue C M Y K H S L
Decimal 153 132 11 0 0.14 0.93 0.4 51.13 0.87 0.32
Hex 99 84 B 0 E 5D 28 33 57 20
Octal 231 204 13 0 16 135 50 63 127 40
Binary 10011001 10000100 1011 0 1110 1011101 101000 110011 1010111 100000

Color Harmonies of #99840B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99840B

Black with #99840B

Text Example


Text Example

White with #99840B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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