#946438

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

Shades of McKenzie #946438

Tints of McKenzie #946438

Color information

#946438 (or 0x946438) is unknown color: approx McKenzie. HEX triplet: 94, 64 and 38. RGB value is (148,100,56). Sum of RGB (Red+Green+Blue) = 148+100+56=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #946438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946438 is #6B9BC7. Grayscale: #6D6D6D. Windows color (decimal): -7052232 or 3695764. OLE color: 3695764.

HSL color Cylindrical-coordinate representation of color #946438: hue angle of 28.7º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #946438 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB14810056-
CMYK00.320.620.42
HSL28.7º45.1%40%-
HSV(B)28.7º62.16%58.04%-
XYZ17.4815.75.85-
YUV109.3497.9155.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.68%
GREEN value IS 100 (39.45% from 255) = 32.89%
BLUE value IS 56 (22.27% from 255) = 18.42%
R=48.68%
G=32.89%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481005600.320.620.4228.745.140
Hex9464380203E2A1d2d28
Octal224144700407652355550
Binary100101001100100111000010000011111010101011101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946438; }

 p { color: rgb(148,100,56); }

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

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

 a { background-color: rgb(148,100,56); }

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

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

 span { border-color: rgb(148,100,56); }

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