#946133

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

Shades of McKenzie #946133

Tints of McKenzie #946133

Color information

#946133 (or 0x946133) is unknown color: approx McKenzie. HEX triplet: 94, 61 and 33. RGB value is (148,97,51). Sum of RGB (Red+Green+Blue) = 148+97+51=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #946133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946133 is #6B9ECC. Grayscale: #6B6B6B. Windows color (decimal): -7053005 or 3367316. OLE color: 3367316.

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

Color convert

RGB1489751-
CMYK00.340.660.42
HSL28.45º48.74%39.02%-
HSV(B)28.45º65.54%58.04%-
XYZ17.0815.085.14-
YUV10796.4157.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 51 (20.31% from 255) = 17.23%
R=50%
G=32.77%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148975100.340.660.4228.4548.7439.02
Hex946133022422A1c3127
Octal2241416304210252346147
Binary1001010011000011100110100010100001010101011100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946133; }

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

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

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

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

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

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

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

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