#9C810F

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

Shades of Hacienda #9C810F

Tints of Hacienda #9C810F

Color information

#9C810F (or 0x9C810F) is unknown color: approx Hacienda. HEX triplet: 9C, 81 and 0F. RGB value is (156,129,15). Sum of RGB (Red+Green+Blue) = 156+129+15=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C810F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C810F is #637EF0. Grayscale: #7C7C7C. Windows color (decimal): -6520561 or 1016220. OLE color: 1016220.

HSL color Cylindrical-coordinate representation of color #9C810F: hue angle of 48.51º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C810F is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB15612915-
CMYK00.170.900.39
HSL48.51º82.46%33.53%-
HSV(B)48.51º90.38%61.18%-
XYZ21.6522.83.71-
YUV124.0866.45150.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52%
GREEN value IS 129 (50.78% from 255) = 43%
BLUE value IS 15 (6.25% from 255) = 5%
R=52%
G=43%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561291500.170.900.3948.5182.4633.53
Hex9C81F0115A27315222
Octal23420117021132476112242
Binary1001110010000001111101000110110101001111100011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C810F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C810F; }

 p { color: rgb(156,129,15); }

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

<style>
 a { background-color: #9C810F; }

 a { background-color: rgb(156,129,15); }

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

<style>
 span { border-color: #9C810F; }

 span { border-color: rgb(156,129,15); }

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