#6F6262

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

Shades of Dim Gray #6F6262

Tints of Dim Gray #6F6262

Color information

#6F6262 (or 0x6F6262) is unknown color: approx Dim Gray. HEX triplet: 6F, 62 and 62. RGB value is (111,98,98). Sum of RGB (Red+Green+Blue) = 111+98+98=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6262 is #909D9D. Grayscale: #656565. Windows color (decimal): -9477534 or 6447727. OLE color: 6447727.

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

Color convert

RGB1119898-
CMYK00.120.120.56
HSL6.22%40.98%-
HSV(B)11.71%43.53%-
XYZ13.131313.37-
YUV101.89125.81134.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.16%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=36.16%
G=31.92%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111989800.120.120.5606.2240.98
Hex6F62620CC380629
Octal15714214201414700651
Binary1101111110001011000100110011001110000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,98,98); }

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

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

 a { background-color: rgb(111,98,98); }

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

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

 span { border-color: rgb(111,98,98); }

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