#93613B

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

Shades of McKenzie #93613B

Tints of McKenzie #93613B

Color information

#93613B (or 0x93613B) is unknown color: approx McKenzie. HEX triplet: 93, 61 and 3B. RGB value is (147,97,59). Sum of RGB (Red+Green+Blue) = 147+97+59=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #93613B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93613B is #6C9EC4. Grayscale: #6B6B6B. Windows color (decimal): -7118533 or 3891603. OLE color: 3891603.

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

Color convert

RGB1479759-
CMYK00.340.600.42
HSL25.91º42.72%40.39%-
HSV(B)25.91º59.86%57.65%-
XYZ17.115.076.15-
YUV107.62100.56156.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.51%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 59 (23.44% from 255) = 19.47%
R=48.51%
G=32.01%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147975900.340.600.4225.9142.7240.39
Hex93613B0223C2A1a2b28
Octal223141730427452325350
Binary100100111100001111011010001011110010101011010101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,97,59); }

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

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

 a { background-color: rgb(147,97,59); }

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

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

 span { border-color: rgb(147,97,59); }

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