#968515

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

Shades of Hacienda #968515

Tints of Hacienda #968515

Color information

#968515 (or 0x968515) is unknown color: approx Hacienda. HEX triplet: 96, 85 and 15. RGB value is (150,133,21). Sum of RGB (Red+Green+Blue) = 150+133+21=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #968515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968515 is #697AEA. Grayscale: #7D7D7D. Windows color (decimal): -6912747 or 1410454. OLE color: 1410454.

HSL color Cylindrical-coordinate representation of color #968515: hue angle of 52.09º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #968515 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB15013321-
CMYK00.110.860.41
HSL52.09º75.44%33.53%-
HSV(B)52.09º86%58.82%-
XYZ21.123.314.1-
YUV125.3269.13145.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 21 (8.59% from 255) = 6.91%
R=49.34%
G=43.75%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501332100.110.860.4152.0975.4433.53
Hex9685150B5629344b22
Octal22620525013126516411342
Binary1001011010000101101010101110101101010011101001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968515; }

 p { color: rgb(150,133,21); }

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

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

 a { background-color: rgb(150,133,21); }

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

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

 span { border-color: rgb(150,133,21); }

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