#6A6C42

Color #6A6C42 Hemlock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemlock #6A6C42

Tints of Hemlock #6A6C42

Color information

#6A6C42 (or 0x6A6C42) is unknown color: approx Hemlock. HEX triplet: 6A, 6C and 42. RGB value is (106,108,66). Sum of RGB (Red+Green+Blue) = 106+108+66=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 108 - color contains mainly: green. Hex color #6A6C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6C42 is #9593BD. Grayscale: #666666. Windows color (decimal): -9802686 or 4353130. OLE color: 4353130.

HSL color Cylindrical-coordinate representation of color #6A6C42: hue angle of 62.86º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A6C42 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB10610866-
CMYK0.0200.390.58
HSL62.86º24.14%34.12%-
HSV(B)62.86º38.89%42.35%-
XYZ12.2914.187.24-
YUV102.61107.34130.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.86%
GREEN value IS 108 (42.58% from 255) = 38.57%
BLUE value IS 66 (26.17% from 255) = 23.57%
R=37.86%
G=38.57%
B=23.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106108660.0200.390.5862.8624.1434.12
Hex6A6C4220273A3f1822
Octal152154102204772773042
Binary11010101101100100001010010011111101011111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A6C42; }

 p { color: rgb(106,108,66); }

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

<style>
 a { background-color: #6A6C42; }

 a { background-color: rgb(106,108,66); }

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

<style>
 span { border-color: #6A6C42; }

 span { border-color: rgb(106,108,66); }

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