#966435

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

Shades of McKenzie #966435

Tints of McKenzie #966435

Color information

#966435 (or 0x966435) is unknown color: approx McKenzie. HEX triplet: 96, 64 and 35. RGB value is (150,100,53). Sum of RGB (Red+Green+Blue) = 150+100+53=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #966435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966435 is #699BCA. Grayscale: #6D6D6D. Windows color (decimal): -6921163 or 3499158. OLE color: 3499158.

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

Color convert

RGB15010053-
CMYK00.330.650.41
HSL29.07º47.78%39.8%-
HSV(B)29.07º64.67%58.82%-
XYZ17.7815.865.49-
YUV109.5996.06156.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.50%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 53 (21.09% from 255) = 17.49%
R=49.50%
G=33.00%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501005300.330.650.4129.0747.7839.8
Hex96643502141291d3028
Octal2261446504110151356050
Binary1001011011001001101010100001100000110100111101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966435; }

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

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

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

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

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

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

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

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