#966335

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

Shades of McKenzie #966335

Tints of McKenzie #966335

Color information

#966335 (or 0x966335) is unknown color: approx McKenzie. HEX triplet: 96, 63 and 35. RGB value is (150,99,53). Sum of RGB (Red+Green+Blue) = 150+99+53=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #966335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966335 is #699CCA. Grayscale: #6D6D6D. Windows color (decimal): -6921419 or 3498902. OLE color: 3498902.

HSL color Cylindrical-coordinate representation of color #966335: hue angle of 28.45º degrees, saturation: 0.48, 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 #966335 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1509953-
CMYK00.340.650.41
HSL28.45º47.78%39.8%-
HSV(B)28.45º64.67%58.82%-
XYZ17.6815.665.46-
YUV10996.4157.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.67%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 53 (21.09% from 255) = 17.55%
R=49.67%
G=32.78%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150995300.340.650.4128.4547.7839.8
Hex96633502241291c3028
Octal2261436504210151346050
Binary1001011011000111101010100010100000110100111100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966335; }

 p { color: rgb(150,99,53); }

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

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

 a { background-color: rgb(150,99,53); }

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

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

 span { border-color: rgb(150,99,53); }

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