#6A6856

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

Shades of Hemlock #6A6856

Tints of Hemlock #6A6856

Color information

#6A6856 (or 0x6A6856) is unknown color: approx Hemlock. HEX triplet: 6A, 68 and 56. RGB value is (106,104,86). Sum of RGB (Red+Green+Blue) = 106+104+86=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6856 is #9597A9. Grayscale: #666666. Windows color (decimal): -9803690 or 5662826. OLE color: 5662826.

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

Color convert

RGB10610486-
CMYK00.020.190.58
HSL54º10.42%37.65%-
HSV(B)54º18.87%41.57%-
XYZ12.5713.6410.77-
YUV102.55118.66130.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.81%
GREEN value IS 104 (41.02% from 255) = 35.14%
BLUE value IS 86 (33.98% from 255) = 29.05%
R=35.81%
G=35.14%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061048600.020.190.585410.4237.65
Hex6A685602133A36a26
Octal152150126022372661246
Binary110101011010001010110010100111110101101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,104,86); }

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

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

 a { background-color: rgb(106,104,86); }

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

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

 span { border-color: rgb(106,104,86); }

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