#946831

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

Shades of McKenzie #946831

Tints of McKenzie #946831

Color information

#946831 (or 0x946831) is unknown color: approx McKenzie. HEX triplet: 94, 68 and 31. RGB value is (148,104,49). Sum of RGB (Red+Green+Blue) = 148+104+49=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #946831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946831 is #6B97CE. Grayscale: #6F6F6F. Windows color (decimal): -7051215 or 3238036. OLE color: 3238036.

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

Color convert

RGB14810449-
CMYK00.300.670.42
HSL33.33º50.25%38.63%-
HSV(B)33.33º66.89%58.04%-
XYZ17.7216.425.14-
YUV110.8993.08154.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.17%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 49 (19.53% from 255) = 16.28%
R=49.17%
G=34.55%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481044900.300.670.4233.3350.2538.63
Hex94683101E432A213227
Octal2241506103610352416247
Binary1001010011010001100010111101000011101010100001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946831; }

 p { color: rgb(148,104,49); }

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

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

 a { background-color: rgb(148,104,49); }

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

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

 span { border-color: rgb(148,104,49); }

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