#967D0E

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

Shades of Hacienda #967D0E

Tints of Hacienda #967D0E

Color information

#967D0E (or 0x967D0E) is unknown color: approx Hacienda. HEX triplet: 96, 7D and 0E. RGB value is (150,125,14). Sum of RGB (Red+Green+Blue) = 150+125+14=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #967D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967D0E is #6982F1. Grayscale: #787878. Windows color (decimal): -6914802 or 949654. OLE color: 949654.

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

Color convert

RGB15012514-
CMYK00.170.910.41
HSL48.97º82.93%32.16%-
HSV(B)48.97º90.67%58.82%-
XYZ19.9921.183.45-
YUV119.8268.28149.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 125 (49.22% from 255) = 43.25%
BLUE value IS 14 (5.86% from 255) = 4.84%
R=51.90%
G=43.25%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501251400.170.910.4148.9782.9332.16
Hex967DE0115B29315320
Octal22617516021133516112340
Binary100101101111101111001000110110111010011100011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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