#966639

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

Shades of McKenzie #966639

Tints of McKenzie #966639

Color information

#966639 (or 0x966639) is unknown color: approx McKenzie. HEX triplet: 96, 66 and 39. RGB value is (150,102,57). Sum of RGB (Red+Green+Blue) = 150+102+57=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #966639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966639 is #6999C6. Grayscale: #6F6F6F. Windows color (decimal): -6920647 or 3761814. OLE color: 3761814.

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

Color convert

RGB15010257-
CMYK00.320.620.41
HSL29.03º44.93%40.59%-
HSV(B)29.03º62%58.82%-
XYZ18.0716.286.06-
YUV111.2297.4155.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 102 (40.23% from 255) = 33.01%
BLUE value IS 57 (22.66% from 255) = 18.45%
R=48.54%
G=33.01%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501025700.320.620.4129.0344.9340.59
Hex9666390203E291d2d29
Octal226146710407651355551
Binary100101101100110111001010000011111010100111101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966639; }

 p { color: rgb(150,102,57); }

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

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

 a { background-color: rgb(150,102,57); }

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

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

 span { border-color: rgb(150,102,57); }

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