#956C3A

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

Shades of McKenzie #956C3A

Tints of McKenzie #956C3A

Color information

#956C3A (or 0x956C3A) is unknown color: approx McKenzie. HEX triplet: 95, 6C and 3A. RGB value is (149,108,58). Sum of RGB (Red+Green+Blue) = 149+108+58=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #956C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C3A is #6A93C5. Grayscale: #727272. Windows color (decimal): -6984646 or 3828885. OLE color: 3828885.

HSL color Cylindrical-coordinate representation of color #956C3A: hue angle of 32.97º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #956C3A is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB14910858-
CMYK00.280.610.42
HSL32.97º43.96%40.59%-
HSV(B)32.97º61.07%58.43%-
XYZ18.5217.426.39-
YUV114.5696.08152.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 108 (42.58% from 255) = 34.29%
BLUE value IS 58 (23.05% from 255) = 18.41%
R=47.30%
G=34.29%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491085800.280.610.4232.9743.9640.59
Hex956C3A01C3D2A212c29
Octal225154720347552415451
Binary100101011101100111010011100111101101010100001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,108,58); }

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

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

 a { background-color: rgb(149,108,58); }

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

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

 span { border-color: rgb(149,108,58); }

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