#966835

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

Shades of McKenzie #966835

Tints of McKenzie #966835

Color information

#966835 (or 0x966835) is unknown color: approx McKenzie. HEX triplet: 96, 68 and 35. RGB value is (150,104,53). Sum of RGB (Red+Green+Blue) = 150+104+53=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #966835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966835 is #6997CA. Grayscale: #707070. Windows color (decimal): -6920139 or 3500182. OLE color: 3500182.

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

Color convert

RGB15010453-
CMYK00.310.650.41
HSL31.55º47.78%39.8%-
HSV(B)31.55º64.67%58.82%-
XYZ18.1716.645.62-
YUV111.9494.74155.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 53 (21.09% from 255) = 17.26%
R=48.86%
G=33.88%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501045300.310.650.4131.5547.7839.8
Hex96683501F4129203028
Octal2261506503710151406050
Binary1001011011010001101010111111000001101001100000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966835; }

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

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

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

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

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

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

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

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