#6D6A3D

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

Shades of Hemlock #6D6A3D

Tints of Hemlock #6D6A3D

Color information

#6D6A3D (or 0x6D6A3D) is unknown color: approx Hemlock. HEX triplet: 6D, 6A and 3D. RGB value is (109,106,61). Sum of RGB (Red+Green+Blue) = 109+106+61=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6A3D is #9295C2. Grayscale: #656565. Windows color (decimal): -9606595 or 4024941. OLE color: 4024941.

HSL color Cylindrical-coordinate representation of color #6D6A3D: hue angle of 56.25º 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 #6D6A3D is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB10910661-
CMYK00.030.440.57
HSL56.25º28.24%33.33%-
HSV(B)56.25º44.04%42.75%-
XYZ12.313.96.45-
YUV101.77104.99133.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.49%
GREEN value IS 106 (41.80% from 255) = 38.41%
BLUE value IS 61 (24.22% from 255) = 22.10%
R=39.49%
G=38.41%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091066100.030.440.5756.2528.2433.33
Hex6D6A3D032C39381c21
Octal15515275035471703441
Binary1101101110101011110101110110011100111100011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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