#6A6969

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

Shades of Dim Gray #6A6969

Tints of Dim Gray #6A6969

Color information

#6A6969 (or 0x6A6969) is unknown color: approx Dim Gray. HEX triplet: 6A, 69 and 69. RGB value is (106,105,105). Sum of RGB (Red+Green+Blue) = 106+105+105=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6969 is #959696. Grayscale: #696969. Windows color (decimal): -9803415 or 6908266. OLE color: 6908266.

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

Color convert

RGB106105105-
CMYK00.010.010.58
HSL0.47%41.37%-
HSV(B)0.94%41.57%-
XYZ13.5514.1915.39-
YUV105.3127.83128.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.54%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=33.54%
G=33.23%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10610510500.010.010.5800.4741.37
Hex6A69690113A0029
Octal152151151011720051
Binary11010101101001110100101111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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