#6C6844

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

Shades of Hemlock #6C6844

Tints of Hemlock #6C6844

Color information

#6C6844 (or 0x6C6844) is unknown color: approx Hemlock. HEX triplet: 6C, 68 and 44. RGB value is (108,104,68). Sum of RGB (Red+Green+Blue) = 108+104+68=280 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.57% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6844 is #9397BB. Grayscale: #656565. Windows color (decimal): -9672636 or 4483180. OLE color: 4483180.

HSL color Cylindrical-coordinate representation of color #6C6844: hue angle of 54º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C6844 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.58.

Color convert

RGB10810468-
CMYK00.040.370.58
HSL54º22.73%34.51%-
HSV(B)54º37.04%42.35%-
XYZ12.1813.517.43-
YUV101.09109.33132.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.57%
GREEN value IS 104 (41.02% from 255) = 37.14%
BLUE value IS 68 (26.95% from 255) = 24.29%
R=38.57%
G=37.14%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081046800.040.370.585422.7334.51
Hex6C684404253A361723
Octal154150104044572662743
Binary110110011010001000100010010010111101011011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,104,68); }

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

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

 a { background-color: rgb(108,104,68); }

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

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

 span { border-color: rgb(108,104,68); }

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