#956534

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

Shades of McKenzie #956534

Tints of McKenzie #956534

Color information

#956534 (or 0x956534) is unknown color: approx McKenzie. HEX triplet: 95, 65 and 34. RGB value is (149,101,52). Sum of RGB (Red+Green+Blue) = 149+101+52=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #956534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956534 is #6A9ACB. Grayscale: #6E6E6E. Windows color (decimal): -6986444 or 3433877. OLE color: 3433877.

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

Color convert

RGB14910152-
CMYK00.320.650.42
HSL30.31º48.26%39.41%-
HSV(B)30.31º65.1%58.43%-
XYZ17.6715.945.4-
YUV109.7795.4155.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.34%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 52 (20.70% from 255) = 17.22%
R=49.34%
G=33.44%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491015200.320.650.4230.3148.2639.41
Hex956534020412A1e3027
Octal2251456404010152366047
Binary1001010111001011101000100000100000110101011110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956534; }

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

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

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

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

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

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

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

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