#94693B

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

Shades of McKenzie #94693B

Tints of McKenzie #94693B

Color information

#94693B (or 0x94693B) is unknown color: approx McKenzie. HEX triplet: 94, 69 and 3B. RGB value is (148,105,59). Sum of RGB (Red+Green+Blue) = 148+105+59=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #94693B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94693B is #6B96C4. Grayscale: #707070. Windows color (decimal): -7050949 or 3893652. OLE color: 3893652.

HSL color Cylindrical-coordinate representation of color #94693B: hue angle of 31.01º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94693B is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB14810559-
CMYK00.290.600.42
HSL31.01º43%40.59%-
HSV(B)31.01º60.14%58.04%-
XYZ18.0516.716.41-
YUV112.6197.75153.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.44%
GREEN value IS 105 (41.41% from 255) = 33.65%
BLUE value IS 59 (23.44% from 255) = 18.91%
R=47.44%
G=33.65%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481055900.290.600.4231.014340.59
Hex94693B01D3C2A1f2b29
Octal224151730357452375351
Binary10010100110100111101101110111110010101011111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94693B; }

 p { color: rgb(148,105,59); }

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

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

 a { background-color: rgb(148,105,59); }

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

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

 span { border-color: rgb(148,105,59); }

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