#946338

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

Shades of McKenzie #946338

Tints of McKenzie #946338

Color information

#946338 (or 0x946338) is unknown color: approx McKenzie. HEX triplet: 94, 63 and 38. RGB value is (148,99,56). Sum of RGB (Red+Green+Blue) = 148+99+56=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #946338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946338 is #6B9CC7. Grayscale: #6C6C6C. Windows color (decimal): -7052488 or 3695508. OLE color: 3695508.

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

Color convert

RGB1489956-
CMYK00.330.620.42
HSL28.04º45.1%40%-
HSV(B)28.04º62.16%58.04%-
XYZ17.3915.515.82-
YUV108.7598.23156-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.84%
GREEN value IS 99 (39.06% from 255) = 32.67%
BLUE value IS 56 (22.27% from 255) = 18.48%
R=48.84%
G=32.67%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148995600.330.620.4228.0445.140
Hex9463380213E2A1c2d28
Octal224143700417652345550
Binary100101001100011111000010000111111010101011100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946338; }

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

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

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

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

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

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

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

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