#956A3A

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

Shades of McKenzie #956A3A

Tints of McKenzie #956A3A

Color information

#956A3A (or 0x956A3A) is unknown color: approx McKenzie. HEX triplet: 95, 6A and 3A. RGB value is (149,106,58). Sum of RGB (Red+Green+Blue) = 149+106+58=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #956A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A3A is #6A95C5. Grayscale: #717171. Windows color (decimal): -6985158 or 3828373. OLE color: 3828373.

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

Color convert

RGB14910658-
CMYK00.290.610.42
HSL31.65º43.96%40.59%-
HSV(B)31.65º61.07%58.43%-
XYZ18.31176.32-
YUV113.3896.75153.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 106 (41.80% from 255) = 33.87%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=47.60%
G=33.87%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491065800.290.610.4231.6543.9640.59
Hex956A3A01D3D2A202c29
Octal225152720357552405451
Binary100101011101010111010011101111101101010100000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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