#8C673A

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

Shades of McKenzie #8C673A

Tints of McKenzie #8C673A

Color information

#8C673A (or 0x8C673A) is unknown color: approx McKenzie. HEX triplet: 8C, 67 and 3A. RGB value is (140,103,58). Sum of RGB (Red+Green+Blue) = 140+103+58=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C673A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C673A is #7398C5. Grayscale: #6D6D6D. Windows color (decimal): -7575750 or 3827596. OLE color: 3827596.

HSL color Cylindrical-coordinate representation of color #8C673A: hue angle of 32.93º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C673A is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB14010358-
CMYK00.260.590.45
HSL32.93º41.41%38.82%-
HSV(B)32.93º58.57%54.9%-
XYZ16.4315.586.14-
YUV108.9399.26150.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.51%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=46.51%
G=34.22%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401035800.260.590.4532.9341.4138.82
Hex8C673A01A3B2D212927
Octal214147720327355415147
Binary100011001100111111010011010111011101101100001101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C673A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,103,58); }

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

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

 a { background-color: rgb(140,103,58); }

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

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

 span { border-color: rgb(140,103,58); }

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