#967A26

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

Shades of Hacienda #967A26

Tints of Hacienda #967A26

Color information

#967A26 (or 0x967A26) is unknown color: approx Hacienda. HEX triplet: 96, 7A and 26. RGB value is (150,122,38). Sum of RGB (Red+Green+Blue) = 150+122+38=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #967A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A26 is #6985D9. Grayscale: #797979. Windows color (decimal): -6915546 or 2521750. OLE color: 2521750.

HSL color Cylindrical-coordinate representation of color #967A26: hue angle of 45º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #967A26 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB15012238-
CMYK00.190.750.41
HSL45º59.57%36.86%-
HSV(B)45º74.67%58.82%-
XYZ19.8920.544.75-
YUV120.881.28148.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 122 (48.05% from 255) = 39.35%
BLUE value IS 38 (15.23% from 255) = 12.26%
R=48.39%
G=39.35%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501223800.190.750.414559.5736.86
Hex967A260134B292d3c25
Octal2261724602311351557445
Binary1001011011110101001100100111001011101001101101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,122,38); }

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

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

 a { background-color: rgb(150,122,38); }

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

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

 span { border-color: rgb(150,122,38); }

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