#6D6C3D

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

Shades of Hemlock #6D6C3D

Tints of Hemlock #6D6C3D

Color information

#6D6C3D (or 0x6D6C3D) is unknown color: approx Hemlock. HEX triplet: 6D, 6C and 3D. RGB value is (109,108,61). Sum of RGB (Red+Green+Blue) = 109+108+61=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6C3D is #9293C2. Grayscale: #676767. Windows color (decimal): -9606083 or 4025453. OLE color: 4025453.

HSL color Cylindrical-coordinate representation of color #6D6C3D: hue angle of 58.75º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D6C3D is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB10910861-
CMYK00.010.440.57
HSL58.75º28.24%33.33%-
HSV(B)58.75º44.04%42.75%-
XYZ12.5114.316.52-
YUV102.94104.33132.32-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.21%
GREEN value IS 108 (42.58% from 255) = 38.85%
BLUE value IS 61 (24.22% from 255) = 21.94%
R=39.21%
G=38.85%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091086100.010.440.5758.7528.2433.33
Hex6D6C3D012C393b1c21
Octal15515475015471733441
Binary110110111011001111010110110011100111101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,108,61); }

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

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

 a { background-color: rgb(109,108,61); }

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

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

 span { border-color: rgb(109,108,61); }

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