#9C7D0F

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

Shades of Hacienda #9C7D0F

Tints of Hacienda #9C7D0F

Color information

#9C7D0F (or 0x9C7D0F) is unknown color: approx Hacienda. HEX triplet: 9C, 7D and 0F. RGB value is (156,125,15). Sum of RGB (Red+Green+Blue) = 156+125+15=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7D0F is #6382F0. Grayscale: #7A7A7A. Windows color (decimal): -6521585 or 1015196. OLE color: 1015196.

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

Color convert

RGB15612515-
CMYK00.200.900.39
HSL46.81º82.46%33.53%-
HSV(B)46.81º90.38%61.18%-
XYZ21.1321.773.54-
YUV121.7367.77152.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.70%
GREEN value IS 125 (49.22% from 255) = 42.23%
BLUE value IS 15 (6.25% from 255) = 5.07%
R=52.70%
G=42.23%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561251500.200.900.3946.8182.4633.53
Hex9C7DF0145A272f5222
Octal23417517024132475712242
Binary100111001111101111101010010110101001111011111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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