#8E613C

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

Shades of McKenzie #8E613C

Tints of McKenzie #8E613C

Color information

#8E613C (or 0x8E613C) is unknown color: approx McKenzie. HEX triplet: 8E, 61 and 3C. RGB value is (142,97,60). Sum of RGB (Red+Green+Blue) = 142+97+60=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E613C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E613C is #719EC3. Grayscale: #6A6A6A. Windows color (decimal): -7446212 or 3957134. OLE color: 3957134.

HSL color Cylindrical-coordinate representation of color #8E613C: hue angle of 27.07º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E613C is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB1429760-
CMYK00.320.580.44
HSL27.07º40.59%39.61%-
HSV(B)27.07º57.75%55.69%-
XYZ16.2514.636.24-
YUV106.24101.91153.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.49%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 60 (23.83% from 255) = 20.07%
R=47.49%
G=32.44%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142976000.320.580.4427.0740.5939.61
Hex8E613C0203A2C1b2928
Octal216141740407254335150
Binary100011101100001111100010000011101010110011011101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E613C; }

 p { color: rgb(142,97,60); }

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

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

 a { background-color: rgb(142,97,60); }

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

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

 span { border-color: rgb(142,97,60); }

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