#946742

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

Shades of McKenzie #946742

Tints of McKenzie #946742

Color information

#946742 (or 0x946742) is unknown color: approx McKenzie. HEX triplet: 94, 67 and 42. RGB value is (148,103,66). Sum of RGB (Red+Green+Blue) = 148+103+66=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #946742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946742 is #6B98BD. Grayscale: #707070. Windows color (decimal): -7051454 or 4351892. OLE color: 4351892.

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

Color convert

RGB14810366-
CMYK00.300.550.42
HSL27.07º38.32%41.96%-
HSV(B)27.07º55.41%58.04%-
XYZ18.0516.397.37-
YUV112.24101.91153.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 103 (40.62% from 255) = 32.49%
BLUE value IS 66 (26.17% from 255) = 20.82%
R=46.69%
G=32.49%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481036600.300.550.4227.0738.3241.96
Hex94674201E372A1b262a
Octal2241471020366752334652
Binary100101001100111100001001111011011110101011011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946742; }

 p { color: rgb(148,103,66); }

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

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

 a { background-color: rgb(148,103,66); }

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

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

 span { border-color: rgb(148,103,66); }

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