#956640

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

Shades of McKenzie #956640

Tints of McKenzie #956640

Color information

#956640 (or 0x956640) is unknown color: approx McKenzie. HEX triplet: 95, 66 and 40. RGB value is (149,102,64). Sum of RGB (Red+Green+Blue) = 149+102+64=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #956640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956640 is #6A99BF. Grayscale: #6F6F6F. Windows color (decimal): -6986176 or 4220565. OLE color: 4220565.

HSL color Cylindrical-coordinate representation of color #956640: hue angle of 26.82º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #956640 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB14910264-
CMYK00.320.570.42
HSL26.82º39.91%41.76%-
HSV(B)26.82º57.05%58.43%-
XYZ18.0716.267.04-
YUV111.72101.07154.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 64 (25.39% from 255) = 20.32%
R=47.30%
G=32.38%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491026400.320.570.4226.8239.9141.76
Hex956640020392A1b282a
Octal2251461000407152335052
Binary1001010111001101000000010000011100110101011011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956640; }

 p { color: rgb(149,102,64); }

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

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

 a { background-color: rgb(149,102,64); }

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

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

 span { border-color: rgb(149,102,64); }

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