#946835

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

Shades of McKenzie #946835

Tints of McKenzie #946835

Color information

#946835 (or 0x946835) is unknown color: approx McKenzie. HEX triplet: 94, 68 and 35. RGB value is (148,104,53). Sum of RGB (Red+Green+Blue) = 148+104+53=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #946835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946835 is #6B97CA. Grayscale: #6F6F6F. Windows color (decimal): -7051211 or 3500180. OLE color: 3500180.

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

Color convert

RGB14810453-
CMYK00.300.640.42
HSL32.21º47.26%39.41%-
HSV(B)32.21º64.19%58.04%-
XYZ17.8116.455.61-
YUV111.3495.08154.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.52%
GREEN value IS 104 (41.02% from 255) = 34.10%
BLUE value IS 53 (21.09% from 255) = 17.38%
R=48.52%
G=34.10%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481045300.300.640.4232.2147.2639.41
Hex94683501E402A202f27
Octal2241506503610052405747
Binary1001010011010001101010111101000000101010100000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946835; }

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

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

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

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

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

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

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

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