#8C653F

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

Shades of McKenzie #8C653F

Tints of McKenzie #8C653F

Color information

#8C653F (or 0x8C653F) is unknown color: approx McKenzie. HEX triplet: 8C, 65 and 3F. RGB value is (140,101,63). Sum of RGB (Red+Green+Blue) = 140+101+63=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C653F is #739AC0. Grayscale: #6C6C6C. Windows color (decimal): -7576257 or 4154764. OLE color: 4154764.

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

Color convert

RGB14010163-
CMYK00.280.550.45
HSL29.61º37.93%39.8%-
HSV(B)29.61º55%54.9%-
XYZ16.3715.246.78-
YUV108.33102.42150.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.05%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 63 (25% from 255) = 20.72%
R=46.05%
G=33.22%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401016300.280.550.4529.6137.9339.8
Hex8C653F01C372D1e2628
Octal214145770346755364650
Binary10001100110010111111101110011011110110111110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,101,63); }

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

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

 a { background-color: rgb(140,101,63); }

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

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

 span { border-color: rgb(140,101,63); }

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