#946C39

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

Shades of McKenzie #946C39

Tints of McKenzie #946C39

Color information

#946C39 (or 0x946C39) is unknown color: approx McKenzie. HEX triplet: 94, 6C and 39. RGB value is (148,108,57). Sum of RGB (Red+Green+Blue) = 148+108+57=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #946C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946C39 is #6B93C6. Grayscale: #727272. Windows color (decimal): -7050183 or 3763348. OLE color: 3763348.

HSL color Cylindrical-coordinate representation of color #946C39: hue angle of 33.63º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #946C39 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB14810857-
CMYK00.270.610.42
HSL33.63º44.39%40.2%-
HSV(B)33.63º61.49%58.04%-
XYZ18.3117.326.25-
YUV114.1595.75152.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.28%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 57 (22.66% from 255) = 18.21%
R=47.28%
G=34.50%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481085700.270.610.4233.6344.3940.2
Hex946C3901B3D2A222c28
Octal224154710337552425450
Binary100101001101100111001011011111101101010100010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946C39; }

 p { color: rgb(148,108,57); }

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

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

 a { background-color: rgb(148,108,57); }

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

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

 span { border-color: rgb(148,108,57); }

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