#8C683C

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

Shades of McKenzie #8C683C

Tints of McKenzie #8C683C

Color information

#8C683C (or 0x8C683C) is unknown color: approx McKenzie. HEX triplet: 8C, 68 and 3C. RGB value is (140,104,60). Sum of RGB (Red+Green+Blue) = 140+104+60=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C683C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C683C is #7397C3. Grayscale: #6D6D6D. Windows color (decimal): -7575492 or 3958924. OLE color: 3958924.

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

Color convert

RGB14010460-
CMYK00.260.570.45
HSL33º40%39.22%-
HSV(B)33º57.14%54.9%-
XYZ16.5815.86.45-
YUV109.7599.93149.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.05%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 60 (23.83% from 255) = 19.74%
R=46.05%
G=34.21%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401046000.260.570.45334039.22
Hex8C683C01A392D212827
Octal214150740327155415047
Binary100011001101000111100011010111001101101100001101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C683C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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