#966632

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

Shades of McKenzie #966632

Tints of McKenzie #966632

Color information

#966632 (or 0x966632) is unknown color: approx McKenzie. HEX triplet: 96, 66 and 32. RGB value is (150,102,50). Sum of RGB (Red+Green+Blue) = 150+102+50=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #966632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966632 is #6999CD. Grayscale: #6E6E6E. Windows color (decimal): -6920654 or 3303062. OLE color: 3303062.

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

Color convert

RGB15010250-
CMYK00.320.670.41
HSL31.2º50%39.22%-
HSV(B)31.2º66.67%58.82%-
XYZ17.916.225.2-
YUV110.4293.9156.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.67%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=49.67%
G=33.77%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501025000.320.670.4131.25039.22
Hex96663202043291f3227
Octal2261466204010351376247
Binary1001011011001101100100100000100001110100111111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966632; }

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

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

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

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

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

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

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

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