#956B3A

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

Shades of McKenzie #956B3A

Tints of McKenzie #956B3A

Color information

#956B3A (or 0x956B3A) is unknown color: approx McKenzie. HEX triplet: 95, 6B and 3A. RGB value is (149,107,58). Sum of RGB (Red+Green+Blue) = 149+107+58=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #956B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956B3A is #6A94C5. Grayscale: #727272. Windows color (decimal): -6984902 or 3828629. OLE color: 3828629.

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

Color convert

RGB14910758-
CMYK00.280.610.42
HSL32.31º43.96%40.59%-
HSV(B)32.31º61.07%58.43%-
XYZ18.4217.216.35-
YUV113.9796.41152.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.45%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 58 (23.05% from 255) = 18.47%
R=47.45%
G=34.08%
B=18.47%

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
Decimal1491075800.280.610.4232.3143.9640.59
Hex956B3A01C3D2A202c29
Octal225153720347552405451
Binary100101011101011111010011100111101101010100000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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