#8A653D

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

Shades of McKenzie #8A653D

Tints of McKenzie #8A653D

Color information

#8A653D (or 0x8A653D) is unknown color: approx McKenzie. HEX triplet: 8A, 65 and 3D. RGB value is (138,101,61). Sum of RGB (Red+Green+Blue) = 138+101+61=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A653D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A653D is #759AC2. Grayscale: #6B6B6B. Windows color (decimal): -7707331 or 4023690. OLE color: 4023690.

HSL color Cylindrical-coordinate representation of color #8A653D: hue angle of 31.17º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A653D is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB13810161-
CMYK00.270.560.46
HSL31.17º38.69%39.02%-
HSV(B)31.17º55.8%54.12%-
XYZ15.9815.056.48-
YUV107.5101.76149.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46%
GREEN value IS 101 (39.84% from 255) = 33.67%
BLUE value IS 61 (24.22% from 255) = 20.33%
R=46%
G=33.67%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381016100.270.560.4631.1738.6939.02
Hex8A653D01B382E1f2727
Octal212145750337056374747
Binary10001010110010111110101101111100010111011111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,101,61); }

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

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

 a { background-color: rgb(138,101,61); }

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

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

 span { border-color: rgb(138,101,61); }

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