#956632

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

Shades of McKenzie #956632

Tints of McKenzie #956632

Color information

#956632 (or 0x956632) is unknown color: approx McKenzie. HEX triplet: 95, 66 and 32. RGB value is (149,102,50). Sum of RGB (Red+Green+Blue) = 149+102+50=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #956632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956632 is #6A99CD. Grayscale: #6E6E6E. Windows color (decimal): -6986190 or 3303061. OLE color: 3303061.

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

Color convert

RGB14910250-
CMYK00.320.660.42
HSL31.52º49.75%39.02%-
HSV(B)31.52º66.44%58.43%-
XYZ17.7216.125.2-
YUV110.1294.07155.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 50 (19.92% from 255) = 16.61%
R=49.50%
G=33.89%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491025000.320.660.4231.5249.7539.02
Hex956632020422A203227
Octal2251466204010252406247
Binary10010101110011011001001000001000010101010100000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956632; }

 p { color: rgb(149,102,50); }

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

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

 a { background-color: rgb(149,102,50); }

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

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

 span { border-color: rgb(149,102,50); }

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