#946033

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

Shades of McKenzie #946033

Tints of McKenzie #946033

Color information

#946033 (or 0x946033) is unknown color: approx McKenzie. HEX triplet: 94, 60 and 33. RGB value is (148,96,51). Sum of RGB (Red+Green+Blue) = 148+96+51=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #946033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946033 is #6B9FCC. Grayscale: #6A6A6A. Windows color (decimal): -7053261 or 3367060. OLE color: 3367060.

HSL color Cylindrical-coordinate representation of color #946033: hue angle of 27.84º degrees, saturation: 0.49, 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 #946033 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1489651-
CMYK00.350.660.42
HSL27.84º48.74%39.02%-
HSV(B)27.84º65.54%58.04%-
XYZ16.9914.95.11-
YUV106.4296.73157.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.17%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 51 (20.31% from 255) = 17.29%
R=50.17%
G=32.54%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148965100.350.660.4227.8448.7439.02
Hex946033023422A1c3127
Octal2241406304310252346147
Binary1001010011000001100110100011100001010101011100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946033; }

 p { color: rgb(148,96,51); }

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

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

 a { background-color: rgb(148,96,51); }

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

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

 span { border-color: rgb(148,96,51); }

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