#8C6A3B

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

Shades of McKenzie #8C6A3B

Tints of McKenzie #8C6A3B

Color information

#8C6A3B (or 0x8C6A3B) is unknown color: approx McKenzie. HEX triplet: 8C, 6A and 3B. RGB value is (140,106,59). Sum of RGB (Red+Green+Blue) = 140+106+59=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6A3B is #7395C4. Grayscale: #6F6F6F. Windows color (decimal): -7574981 or 3893900. OLE color: 3893900.

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

Color convert

RGB14010659-
CMYK00.240.580.45
HSL34.81º40.7%39.02%-
HSV(B)34.81º57.86%54.9%-
XYZ16.7616.26.38-
YUV110.8198.76148.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.90%
GREEN value IS 106 (41.80% from 255) = 34.75%
BLUE value IS 59 (23.44% from 255) = 19.34%
R=45.90%
G=34.75%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401065900.240.580.4534.8140.739.02
Hex8C6A3B0183A2D232927
Octal214152730307255435147
Binary100011001101010111011011000111010101101100011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,106,59); }

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

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

 a { background-color: rgb(140,106,59); }

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

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

 span { border-color: rgb(140,106,59); }

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