#956A3C

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

Shades of McKenzie #956A3C

Tints of McKenzie #956A3C

Color information

#956A3C (or 0x956A3C) is unknown color: approx McKenzie. HEX triplet: 95, 6A and 3C. RGB value is (149,106,60). Sum of RGB (Red+Green+Blue) = 149+106+60=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #956A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A3C is #6A95C3. Grayscale: #717171. Windows color (decimal): -6985156 or 3959445. OLE color: 3959445.

HSL color Cylindrical-coordinate representation of color #956A3C: hue angle of 31.01º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #956A3C is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB14910660-
CMYK00.290.600.42
HSL31.01º42.58%40.98%-
HSV(B)31.01º59.73%58.43%-
XYZ18.3617.026.59-
YUV113.6197.75153.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 106 (41.80% from 255) = 33.65%
BLUE value IS 60 (23.83% from 255) = 19.05%
R=47.30%
G=33.65%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491066000.290.600.4231.0142.5840.98
Hex956A3C01D3C2A1f2b29
Octal225152740357452375351
Binary10010101110101011110001110111110010101011111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,106,60); }

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

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

 a { background-color: rgb(149,106,60); }

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

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

 span { border-color: rgb(149,106,60); }

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