#93693F

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

Shades of McKenzie #93693F

Tints of McKenzie #93693F

Color information

#93693F (or 0x93693F) is unknown color: approx McKenzie. HEX triplet: 93, 69 and 3F. RGB value is (147,105,63). Sum of RGB (Red+Green+Blue) = 147+105+63=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #93693F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93693F is #6C96C0. Grayscale: #707070. Windows color (decimal): -7116481 or 4155795. OLE color: 4155795.

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

Color convert

RGB14710563-
CMYK00.290.570.42
HSL30º40%41.18%-
HSV(B)30º57.14%57.65%-
XYZ17.9816.676.97-
YUV112.7799.91152.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.67%
GREEN value IS 105 (41.41% from 255) = 33.33%
BLUE value IS 63 (25% from 255) = 20%
R=46.67%
G=33.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471056300.290.570.42304041.18
Hex93693F01D392A1e2829
Octal223151770357152365051
Binary10010011110100111111101110111100110101011110101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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