#93693A

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

Shades of McKenzie #93693A

Tints of McKenzie #93693A

Color information

#93693A (or 0x93693A) is unknown color: approx McKenzie. HEX triplet: 93, 69 and 3A. RGB value is (147,105,58). Sum of RGB (Red+Green+Blue) = 147+105+58=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #93693A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93693A is #6C96C5. Grayscale: #707070. Windows color (decimal): -7116486 or 3828115. OLE color: 3828115.

HSL color Cylindrical-coordinate representation of color #93693A: hue angle of 31.69º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93693A is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB14710558-
CMYK00.290.610.42
HSL31.69º43.41%40.2%-
HSV(B)31.69º60.54%57.65%-
XYZ17.8516.616.27-
YUV112.297.41152.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.42%
GREEN value IS 105 (41.41% from 255) = 33.87%
BLUE value IS 58 (23.05% from 255) = 18.71%
R=47.42%
G=33.87%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471055800.290.610.4231.6943.4140.2
Hex93693A01D3D2A202b28
Octal223151720357552405350
Binary100100111101001111010011101111101101010100000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93693A; }

 p { color: rgb(147,105,58); }

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

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

 a { background-color: rgb(147,105,58); }

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

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

 span { border-color: rgb(147,105,58); }

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