#956F40

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

Shades of McKenzie #956F40

Tints of McKenzie #956F40

Color information

#956F40 (or 0x956F40) is unknown color: approx McKenzie. HEX triplet: 95, 6F and 40. RGB value is (149,111,64). Sum of RGB (Red+Green+Blue) = 149+111+64=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #956F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956F40 is #6A90BF. Grayscale: #757575. Windows color (decimal): -6983872 or 4222869. OLE color: 4222869.

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

Color convert

RGB14911164-
CMYK00.260.570.42
HSL33.18º39.91%41.76%-
HSV(B)33.18º57.05%58.43%-
XYZ1918.137.35-
YUV11798.09150.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 111 (43.75% from 255) = 34.26%
BLUE value IS 64 (25.39% from 255) = 19.75%
R=45.99%
G=34.26%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491116400.260.570.4233.1839.9141.76
Hex956F4001A392A21282a
Octal2251571000327152415052
Binary1001010111011111000000011010111001101010100001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956F40; }

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

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

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

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

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

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

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

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