#978A0F

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

Shades of Hacienda #978A0F

Tints of Hacienda #978A0F

Color information

#978A0F (or 0x978A0F) is unknown color: approx Hacienda. HEX triplet: 97, 8A and 0F. RGB value is (151,138,15). Sum of RGB (Red+Green+Blue) = 151+138+15=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #978A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978A0F is #6875F0. Grayscale: #808080. Windows color (decimal): -6845937 or 1018519. OLE color: 1018519.

HSL color Cylindrical-coordinate representation of color #978A0F: hue angle of 54.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #978A0F is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB15113815-
CMYK00.090.900.41
HSL54.26º81.93%32.55%-
HSV(B)54.26º90.07%59.22%-
XYZ21.9424.794.08-
YUV127.8664.31144.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.67%
GREEN value IS 138 (54.30% from 255) = 45.39%
BLUE value IS 15 (6.25% from 255) = 4.93%
R=49.67%
G=45.39%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511381500.090.900.4154.2681.9332.55
Hex978AF095A29365221
Octal22721217011132516612241
Binary100101111000101011110100110110101010011101101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978A0F; }

 p { color: rgb(151,138,15); }

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

<style>
 a { background-color: #978A0F; }

 a { background-color: rgb(151,138,15); }

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

<style>
 span { border-color: #978A0F; }

 span { border-color: rgb(151,138,15); }

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