#8C6838

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

Shades of McKenzie #8C6838

Tints of McKenzie #8C6838

Color information

#8C6838 (or 0x8C6838) is unknown color: approx McKenzie. HEX triplet: 8C, 68 and 38. RGB value is (140,104,56). Sum of RGB (Red+Green+Blue) = 140+104+56=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6838 is #7397C7. Grayscale: #6D6D6D. Windows color (decimal): -7575496 or 3696780. OLE color: 3696780.

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

Color convert

RGB14010456-
CMYK00.260.60.45
HSL34.29º42.86%38.43%-
HSV(B)34.29º60%54.9%-
XYZ16.4815.765.92-
YUV109.2997.93149.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.67%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 56 (22.27% from 255) = 18.67%
R=46.67%
G=34.67%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.6
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401045600.260.60.4534.2942.8638.43
Hex8C683801A3C2D222b26
Octal214150700327455425346
Binary100011001101000111000011010111100101101100010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,104,56); }

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

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

 a { background-color: rgb(140,104,56); }

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

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

 span { border-color: rgb(140,104,56); }

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