Html Css Color HEX #99870B Hacienda

📋 copy color: '#99870B'

red 153 ◦ green 135 ◦ blue 11

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

Shades of Hacienda #99870B

Tints of Hacienda #99870B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.15%

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

R = 51.17%
G = 45.15%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99870B (or 0x99870B) is known color: Hacienda. HEX triplet: 99, 87 and 0B. RGB value is (153,135,11). Sum of RGB (Red+Green+Blue) = 153+135+11=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99870B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99870B is #6678F4. Grayscale: #7E7E7E. Windows color (decimal): -6715637 or 755609. OLE color: 755609.

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

Color convert

RGB 153 135 11 -
CMYK 0 0.12 0.93 0.4
HSL 52.39º 0.87% 0.32% -
HSV(B) 52.39º 0.93% 0.6% -
XYZ 21.86 24.12 3.82 -
YUV 126.25 62.96 147.08 -
System Red Green Blue C M Y K H S L
Decimal 153 135 11 0 0.12 0.93 0.4 52.39 0.87 0.32
Hex 99 87 B 0 C 5D 28 34 57 20
Octal 231 207 13 0 14 135 50 64 127 40
Binary 10011001 10000111 1011 0 1100 1011101 101000 110100 1010111 100000

Color Harmonies of #99870B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99870B

Black with #99870B

Text Example


Text Example

White with #99870B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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