#8D613D

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

Shades of McKenzie #8D613D

Tints of McKenzie #8D613D

Color information

#8D613D (or 0x8D613D) is unknown color: approx McKenzie. HEX triplet: 8D, 61 and 3D. RGB value is (141,97,61). Sum of RGB (Red+Green+Blue) = 141+97+61=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 141 - color contains mainly: red. Hex color #8D613D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D613D is #729EC2. Grayscale: #6A6A6A. Windows color (decimal): -7511747 or 4022669. OLE color: 4022669.

HSL color Cylindrical-coordinate representation of color #8D613D: hue angle of 27º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D613D is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB1419761-
CMYK00.310.570.45
HSL27º39.6%39.61%-
HSV(B)27º56.74%55.29%-
XYZ16.114.556.37-
YUV106.05102.58152.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.16%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 61 (24.22% from 255) = 20.40%
R=47.16%
G=32.44%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141976100.310.570.452739.639.61
Hex8D613D01F392D1b2828
Octal215141750377155335050
Binary10001101110000111110101111111100110110111011101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,97,61); }

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

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

 a { background-color: rgb(141,97,61); }

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

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

 span { border-color: rgb(141,97,61); }

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