#6A6A55

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

Shades of Hemlock #6A6A55

Tints of Hemlock #6A6A55

Color information

#6A6A55 (or 0x6A6A55) is unknown color: approx Hemlock. HEX triplet: 6A, 6A and 55. RGB value is (106,106,85). Sum of RGB (Red+Green+Blue) = 106+106+85=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 106 - color contains mainly: red, green. Hex color #6A6A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6A55 is #9595AA. Grayscale: #676767. Windows color (decimal): -9803179 or 5597802. OLE color: 5597802.

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

Color convert

RGB10610685-
CMYK000.200.58
HSL60º10.99%37.45%-
HSV(B)60º19.81%41.57%-
XYZ12.7414.0310.63-
YUV103.61117.5129.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.69%
GREEN value IS 106 (41.80% from 255) = 35.69%
BLUE value IS 85 (33.59% from 255) = 28.62%
R=35.69%
G=35.69%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10610685000.200.586010.9937.45
Hex6A6A5500143A3cb25
Octal152152125002472741345
Binary11010101101010101010100101001110101111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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