#6A6A53

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

Shades of Hemlock #6A6A53

Tints of Hemlock #6A6A53

Color information

#6A6A53 (or 0x6A6A53) is unknown color: approx Hemlock. HEX triplet: 6A, 6A and 53. RGB value is (106,106,83). Sum of RGB (Red+Green+Blue) = 106+106+83=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 106 - color contains mainly: red, green. Hex color #6A6A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6A53 is #9595AC. Grayscale: #676767. Windows color (decimal): -9803181 or 5466730. OLE color: 5466730.

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

Color convert

RGB10610683-
CMYK000.220.58
HSL60º12.17%37.06%-
HSV(B)60º21.7%41.57%-
XYZ12.661410.22-
YUV103.38116.5129.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.93%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 83 (32.81% from 255) = 28.14%
R=35.93%
G=35.93%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10610683000.220.586012.1737.06
Hex6A6A5300163A3cc25
Octal152152123002672741445
Binary11010101101010101001100101101110101111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,106,83); }

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

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

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

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

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

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

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