#967B26

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

Shades of Hacienda #967B26

Tints of Hacienda #967B26

Color information

#967B26 (or 0x967B26) is unknown color: approx Hacienda. HEX triplet: 96, 7B and 26. RGB value is (150,123,38). Sum of RGB (Red+Green+Blue) = 150+123+38=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #967B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967B26 is #6984D9. Grayscale: #797979. Windows color (decimal): -6915290 or 2522006. OLE color: 2522006.

HSL color Cylindrical-coordinate representation of color #967B26: hue angle of 45.54º 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 #967B26 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB15012338-
CMYK00.180.750.41
HSL45.54º59.57%36.86%-
HSV(B)45.54º74.67%58.82%-
XYZ20.0120.794.79-
YUV121.3880.95148.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 123 (48.44% from 255) = 39.55%
BLUE value IS 38 (15.23% from 255) = 12.22%
R=48.23%
G=39.55%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501233800.180.750.4145.5459.5736.86
Hex967B260124B292e3c25
Octal2261734602211351567445
Binary1001011011110111001100100101001011101001101110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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