#967D1F

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

Shades of Hacienda #967D1F

Tints of Hacienda #967D1F

Color information

#967D1F (or 0x967D1F) is unknown color: approx Hacienda. HEX triplet: 96, 7D and 1F. RGB value is (150,125,31). Sum of RGB (Red+Green+Blue) = 150+125+31=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #967D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967D1F is #6982E0. Grayscale: #7A7A7A. Windows color (decimal): -6914785 or 2063766. OLE color: 2063766.

HSL color Cylindrical-coordinate representation of color #967D1F: hue angle of 47.39º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #967D1F is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB15012531-
CMYK00.170.790.41
HSL47.39º65.75%35.49%-
HSV(B)47.39º79.33%58.82%-
XYZ20.1621.254.34-
YUV121.7676.78148.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 125 (49.22% from 255) = 40.85%
BLUE value IS 31 (12.5% from 255) = 10.13%
R=49.02%
G=40.85%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501253100.170.790.4147.3965.7535.49
Hex967D1F0114F292f4223
Octal22617537021117515710243
Binary1001011011111011111101000110011111010011011111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967D1F; }

 p { color: rgb(150,125,31); }

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

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

 a { background-color: rgb(150,125,31); }

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

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

 span { border-color: rgb(150,125,31); }

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