#8A673F

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

Shades of McKenzie #8A673F

Tints of McKenzie #8A673F

Color information

#8A673F (or 0x8A673F) is unknown color: approx McKenzie. HEX triplet: 8A, 67 and 3F. RGB value is (138,103,63). Sum of RGB (Red+Green+Blue) = 138+103+63=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 138 - color contains mainly: red. Hex color #8A673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A673F is #7598C0. Grayscale: #6D6D6D. Windows color (decimal): -7706817 or 4155274. OLE color: 4155274.

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

Color convert

RGB13810363-
CMYK00.250.540.46
HSL32º37.31%39.41%-
HSV(B)32º54.35%54.12%-
XYZ16.2315.466.83-
YUV108.9102.1148.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.39%
GREEN value IS 103 (40.62% from 255) = 33.88%
BLUE value IS 63 (25% from 255) = 20.72%
R=45.39%
G=33.88%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381036300.250.540.463237.3139.41
Hex8A673F019362E202527
Octal212147770316656404547
Binary100010101100111111111011001110110101110100000100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A673F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,103,63); }

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

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

 a { background-color: rgb(138,103,63); }

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

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

 span { border-color: rgb(138,103,63); }

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