#956636

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

Shades of McKenzie #956636

Tints of McKenzie #956636

Color information

#956636 (or 0x956636) is unknown color: approx McKenzie. HEX triplet: 95, 66 and 36. RGB value is (149,102,54). Sum of RGB (Red+Green+Blue) = 149+102+54=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #956636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956636 is #6A99C9. Grayscale: #6E6E6E. Windows color (decimal): -6986186 or 3565205. OLE color: 3565205.

HSL color Cylindrical-coordinate representation of color #956636: hue angle of 30.32º 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 #956636 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB14910254-
CMYK00.320.640.42
HSL30.32º46.8%39.8%-
HSV(B)30.32º63.76%58.43%-
XYZ17.8116.165.67-
YUV110.5896.07155.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.85%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 54 (21.48% from 255) = 17.70%
R=48.85%
G=33.44%
B=17.70%

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
Decimal1491025400.320.640.4230.3246.839.8
Hex956636020402A1e2f28
Octal2251466604010052365750
Binary1001010111001101101100100000100000010101011110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956636; }

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

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

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

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

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

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

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

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