#6D6A4B

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

Shades of Hemlock #6D6A4B

Tints of Hemlock #6D6A4B

Color information

#6D6A4B (or 0x6D6A4B) is unknown color: approx Hemlock. HEX triplet: 6D, 6A and 4B. RGB value is (109,106,75). Sum of RGB (Red+Green+Blue) = 109+106+75=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6A4B is #9295B4. Grayscale: #676767. Windows color (decimal): -9606581 or 4942445. OLE color: 4942445.

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

Color convert

RGB10910675-
CMYK00.030.310.57
HSL54.71º18.48%36.08%-
HSV(B)54.71º31.19%42.75%-
XYZ12.7314.078.7-
YUV103.36111.99132.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.59%
GREEN value IS 106 (41.80% from 255) = 36.55%
BLUE value IS 75 (29.69% from 255) = 25.86%
R=37.59%
G=36.55%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091067500.030.310.5754.7118.4836.08
Hex6D6A4B031F39371224
Octal155152113033771672244
Binary1101101110101010010110111111111100111011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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