#99840D

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

Shades of Hacienda #99840D

Tints of Hacienda #99840D

Color information

#99840D (or 0x99840D) is unknown color: approx Hacienda. HEX triplet: 99, 84 and 0D. RGB value is (153,132,13). Sum of RGB (Red+Green+Blue) = 153+132+13=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99840D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99840D is #667BF2. Grayscale: #7D7D7D. Windows color (decimal): -6716403 or 885913. OLE color: 885913.

HSL color Cylindrical-coordinate representation of color #99840D: hue angle of 51º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99840D is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB15313213-
CMYK00.140.920.4
HSL51º84.34%32.55%-
HSV(B)51º91.5%60%-
XYZ21.4623.33.75-
YUV124.7164.96148.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.34%
GREEN value IS 132 (51.95% from 255) = 44.30%
BLUE value IS 13 (5.47% from 255) = 4.36%
R=51.34%
G=44.30%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531321300.140.920.45184.3432.55
Hex9984D0E5C28335421
Octal23120415016134506312441
Binary100110011000010011010111010111001010001100111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99840D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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