#8C693A

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

Shades of McKenzie #8C693A

Tints of McKenzie #8C693A

Color information

#8C693A (or 0x8C693A) is unknown color: approx McKenzie. HEX triplet: 8C, 69 and 3A. RGB value is (140,105,58). Sum of RGB (Red+Green+Blue) = 140+105+58=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C693A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C693A is #7396C5. Grayscale: #6E6E6E. Windows color (decimal): -7575238 or 3828108. OLE color: 3828108.

HSL color Cylindrical-coordinate representation of color #8C693A: hue angle of 34.39º 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 #8C693A is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB14010558-
CMYK00.250.590.45
HSL34.39º41.41%38.82%-
HSV(B)34.39º58.57%54.9%-
XYZ16.6315.986.21-
YUV110.1198.6149.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.20%
GREEN value IS 105 (41.41% from 255) = 34.65%
BLUE value IS 58 (23.05% from 255) = 19.14%
R=46.20%
G=34.65%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401055800.250.590.4534.3941.4138.82
Hex8C693A0193B2D222927
Octal214151720317355425147
Binary100011001101001111010011001111011101101100010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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