#967B0C

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

Shades of Hacienda #967B0C

Tints of Hacienda #967B0C

Color information

#967B0C (or 0x967B0C) is unknown color: approx Hacienda. HEX triplet: 96, 7B and 0C. RGB value is (150,123,12). Sum of RGB (Red+Green+Blue) = 150+123+12=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #967B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967B0C is #6984F3. Grayscale: #767676. Windows color (decimal): -6915316 or 818070. OLE color: 818070.

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

Color convert

RGB15012312-
CMYK00.180.920.41
HSL48.26º85.19%31.76%-
HSV(B)48.26º92%58.82%-
XYZ19.7320.683.3-
YUV118.4267.95150.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 123 (48.44% from 255) = 43.16%
BLUE value IS 12 (5.08% from 255) = 4.21%
R=52.63%
G=43.16%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501231200.180.920.4148.2685.1931.76
Hex967BC0125C29305520
Octal22617314022134516012540
Binary100101101111011110001001010111001010011100001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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