#99861A

Color #99861A Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #99861A

Tints of Hacienda #99861A

Color information

#99861A (or 0x99861A) is unknown color: approx Hacienda. HEX triplet: 99, 86 and 1A. RGB value is (153,134,26). Sum of RGB (Red+Green+Blue) = 153+134+26=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99861A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99861A is #6679E5. Grayscale: #7F7F7F. Windows color (decimal): -6715878 or 1738393. OLE color: 1738393.

HSL color Cylindrical-coordinate representation of color #99861A: hue angle of 51.02º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #99861A is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB15313426-
CMYK00.120.830.4
HSL51.02º70.95%35.1%-
HSV(B)51.02º83.01%60%-
XYZ21.8523.94.44-
YUV127.3770.79146.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 26 (10.55% from 255) = 8.31%
R=48.88%
G=42.81%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531342600.120.830.451.0270.9535.1
Hex99861A0C5328334723
Octal23120632014123506310743
Binary1001100110000110110100110010100111010001100111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99861A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99861A; }

 p { color: rgb(153,134,26); }

 H1.HeaderClassName
 {
   color: #99861A;
 }
 .AnyTagClassName
 {
   color: #99861A;
 }
</style>
background-color css

<style>
 a { background-color: #99861A; }

 a { background-color: rgb(153,134,26); }

 div.DivClassName
 {
   background-color: #99861A;
 }
 .BgClassName
 {
   background-color: #99861A;
 }
</style>
border-color css

<style>
 span { border-color: #99861A; }

 span { border-color: rgb(153,134,26); }

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