#6D6A45

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

Shades of Hemlock #6D6A45

Tints of Hemlock #6D6A45

Color information

#6D6A45 (or 0x6D6A45) is unknown color: approx Hemlock. HEX triplet: 6D, 6A and 45. RGB value is (109,106,69). Sum of RGB (Red+Green+Blue) = 109+106+69=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6A45 is #9295BA. Grayscale: #666666. Windows color (decimal): -9606587 or 4549229. OLE color: 4549229.

HSL color Cylindrical-coordinate representation of color #6D6A45: hue angle of 55.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D6A45 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB10910669-
CMYK00.030.370.57
HSL55.5º22.47%34.9%-
HSV(B)55.5º36.7%42.75%-
XYZ12.5313.997.67-
YUV102.68108.99132.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.38%
GREEN value IS 106 (41.80% from 255) = 37.32%
BLUE value IS 69 (27.34% from 255) = 24.30%
R=38.38%
G=37.32%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091066900.030.370.5755.522.4734.9
Hex6D6A45032539381623
Octal155152105034571702643
Binary11011011101010100010101110010111100111100010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,106,69); }

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

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

 a { background-color: rgb(109,106,69); }

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

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

 span { border-color: rgb(109,106,69); }

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