#966537

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

Shades of McKenzie #966537

Tints of McKenzie #966537

Color information

#966537 (or 0x966537) is unknown color: approx McKenzie. HEX triplet: 96, 65 and 37. RGB value is (150,101,55). Sum of RGB (Red+Green+Blue) = 150+101+55=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #966537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966537 is #699AC8. Grayscale: #6E6E6E. Windows color (decimal): -6920905 or 3630486. OLE color: 3630486.

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

Color convert

RGB15010155-
CMYK00.330.630.41
HSL29.05º46.34%40.2%-
HSV(B)29.05º63.33%58.82%-
XYZ17.9216.075.77-
YUV110.4196.73156.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 101 (39.84% from 255) = 33.01%
BLUE value IS 55 (21.88% from 255) = 17.97%
R=49.02%
G=33.01%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501015500.330.630.4129.0546.3440.2
Hex9665370213F291d2e28
Octal226145670417751355650
Binary100101101100101110111010000111111110100111101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966537; }

 p { color: rgb(150,101,55); }

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

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

 a { background-color: rgb(150,101,55); }

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

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

 span { border-color: rgb(150,101,55); }

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