#956536

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

Shades of McKenzie #956536

Tints of McKenzie #956536

Color information

#956536 (or 0x956536) is unknown color: approx McKenzie. HEX triplet: 95, 65 and 36. RGB value is (149,101,54). Sum of RGB (Red+Green+Blue) = 149+101+54=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #956536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956536 is #6A9AC9. Grayscale: #6E6E6E. Windows color (decimal): -6986442 or 3564949. OLE color: 3564949.

HSL color Cylindrical-coordinate representation of color #956536: hue angle of 29.68º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #956536 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB14910154-
CMYK00.320.640.42
HSL29.68º46.8%39.8%-
HSV(B)29.68º63.76%58.43%-
XYZ17.7115.965.64-
YUV109.9996.4155.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 54 (21.48% from 255) = 17.76%
R=49.01%
G=33.22%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491015400.320.640.4229.6846.839.8
Hex956536020402A1e2f28
Octal2251456604010052365750
Binary1001010111001011101100100000100000010101011110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956536; }

 p { color: rgb(149,101,54); }

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

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

 a { background-color: rgb(149,101,54); }

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

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

 span { border-color: rgb(149,101,54); }

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