#6D6B4B

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

Shades of Hemlock #6D6B4B

Tints of Hemlock #6D6B4B

Color information

#6D6B4B (or 0x6D6B4B) is unknown color: approx Hemlock. HEX triplet: 6D, 6B and 4B. RGB value is (109,107,75). Sum of RGB (Red+Green+Blue) = 109+107+75=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6B4B is #9294B4. Grayscale: #686868. Windows color (decimal): -9606325 or 4942701. OLE color: 4942701.

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

Color convert

RGB10910775-
CMYK00.020.310.57
HSL56.47º18.48%36.08%-
HSV(B)56.47º31.19%42.75%-
XYZ12.8314.278.74-
YUV103.95111.66131.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.46%
GREEN value IS 107 (42.19% from 255) = 36.77%
BLUE value IS 75 (29.69% from 255) = 25.77%
R=37.46%
G=36.77%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091077500.020.310.5756.4718.4836.08
Hex6D6B4B021F39381224
Octal155153113023771702244
Binary1101101110101110010110101111111100111100010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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