#966634

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

Shades of McKenzie #966634

Tints of McKenzie #966634

Color information

#966634 (or 0x966634) is unknown color: approx McKenzie. HEX triplet: 96, 66 and 34. RGB value is (150,102,52). Sum of RGB (Red+Green+Blue) = 150+102+52=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #966634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966634 is #6999CB. Grayscale: #6E6E6E. Windows color (decimal): -6920652 or 3434134. OLE color: 3434134.

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

Color convert

RGB15010252-
CMYK00.320.650.41
HSL30.61º48.51%39.61%-
HSV(B)30.61º65.33%58.82%-
XYZ17.9516.235.44-
YUV110.6594.9156.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 52 (20.70% from 255) = 17.11%
R=49.34%
G=33.55%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501025200.320.650.4130.6148.5139.61
Hex96663402041291f3128
Octal2261466404010151376150
Binary1001011011001101101000100000100000110100111111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966634; }

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

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

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

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

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

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

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

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