#967B1B

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

Shades of Hacienda #967B1B

Tints of Hacienda #967B1B

Color information

#967B1B (or 0x967B1B) is unknown color: approx Hacienda. HEX triplet: 96, 7B and 1B. RGB value is (150,123,27). Sum of RGB (Red+Green+Blue) = 150+123+27=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #967B1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967B1B is #6984E4. Grayscale: #787878. Windows color (decimal): -6915301 or 1801110. OLE color: 1801110.

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

Color convert

RGB15012327-
CMYK00.180.820.41
HSL46.83º69.49%34.71%-
HSV(B)46.83º82%58.82%-
XYZ19.8620.733.99-
YUV120.1375.45149.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50%
GREEN value IS 123 (48.44% from 255) = 41%
BLUE value IS 27 (10.94% from 255) = 9%
R=50%
G=41%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501232700.180.820.4146.8369.4934.71
Hex967B1B01252292f4523
Octal22617333022122515710543
Binary1001011011110111101101001010100101010011011111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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