#956540

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

Shades of McKenzie #956540

Tints of McKenzie #956540

Color information

#956540 (or 0x956540) is unknown color: approx McKenzie. HEX triplet: 95, 65 and 40. RGB value is (149,101,64). Sum of RGB (Red+Green+Blue) = 149+101+64=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #956540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956540 is #6A9ABF. Grayscale: #6F6F6F. Windows color (decimal): -6986432 or 4220309. OLE color: 4220309.

HSL color Cylindrical-coordinate representation of color #956540: hue angle of 26.12º 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 #956540 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB14910164-
CMYK00.320.570.42
HSL26.12º39.91%41.76%-
HSV(B)26.12º57.05%58.43%-
XYZ17.9716.077-
YUV111.13101.4155.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.45%
GREEN value IS 101 (39.84% from 255) = 32.17%
BLUE value IS 64 (25.39% from 255) = 20.38%
R=47.45%
G=32.17%
B=20.38%

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
Decimal1491016400.320.570.4226.1239.9141.76
Hex956540020392A1a282a
Octal2251451000407152325052
Binary1001010111001011000000010000011100110101011010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956540; }

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

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

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

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

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

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

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

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