#9C800F

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

Shades of Hacienda #9C800F

Tints of Hacienda #9C800F

Color information

#9C800F (or 0x9C800F) is unknown color: approx Hacienda. HEX triplet: 9C, 80 and 0F. RGB value is (156,128,15). Sum of RGB (Red+Green+Blue) = 156+128+15=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C800F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C800F is #637FF0. Grayscale: #7B7B7B. Windows color (decimal): -6520817 or 1015964. OLE color: 1015964.

HSL color Cylindrical-coordinate representation of color #9C800F: hue angle of 48.09º 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 #9C800F is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB15612815-
CMYK00.180.900.39
HSL48.09º82.46%33.53%-
HSV(B)48.09º90.38%61.18%-
XYZ21.5222.543.67-
YUV123.4966.78151.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.17%
GREEN value IS 128 (50.39% from 255) = 42.81%
BLUE value IS 15 (6.25% from 255) = 5.02%
R=52.17%
G=42.81%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561281500.180.900.3948.0982.4633.53
Hex9C80F0125A27305222
Octal23420017022132476012242
Binary1001110010000000111101001010110101001111100001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C800F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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