#967E1E

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

Shades of Hacienda #967E1E

Tints of Hacienda #967E1E

Color information

#967E1E (or 0x967E1E) is unknown color: approx Hacienda. HEX triplet: 96, 7E and 1E. RGB value is (150,126,30). Sum of RGB (Red+Green+Blue) = 150+126+30=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #967E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E1E is #6981E1. Grayscale: #7A7A7A. Windows color (decimal): -6914530 or 1998486. OLE color: 1998486.

HSL color Cylindrical-coordinate representation of color #967E1E: hue angle of 48º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #967E1E is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB15012630-
CMYK00.160.800.41
HSL48º66.67%35.29%-
HSV(B)48º80%58.82%-
XYZ20.2721.54.31-
YUV122.2375.95147.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 126 (49.61% from 255) = 41.18%
BLUE value IS 30 (12.11% from 255) = 9.80%
R=49.02%
G=41.18%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501263000.160.800.414866.6735.29
Hex967E1E0105029304323
Octal22617636020120516010343
Binary1001011011111101111001000010100001010011100001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,126,30); }

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

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

 a { background-color: rgb(150,126,30); }

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

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

 span { border-color: rgb(150,126,30); }

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