#8C673E

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

Shades of McKenzie #8C673E

Tints of McKenzie #8C673E

Color information

#8C673E (or 0x8C673E) is unknown color: approx McKenzie. HEX triplet: 8C, 67 and 3E. RGB value is (140,103,62). Sum of RGB (Red+Green+Blue) = 140+103+62=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C673E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C673E is #7398C1. Grayscale: #6D6D6D. Windows color (decimal): -7575746 or 4089740. OLE color: 4089740.

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

Color convert

RGB14010362-
CMYK00.260.560.45
HSL31.54º38.61%39.61%-
HSV(B)31.54º55.71%54.9%-
XYZ16.5315.626.7-
YUV109.39101.26149.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.90%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 62 (24.61% from 255) = 20.33%
R=45.90%
G=33.77%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401036200.260.560.4531.5438.6139.61
Hex8C673E01A382D202728
Octal214147760327055404750
Binary100011001100111111110011010111000101101100000100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C673E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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