#6F6D6C

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

Shades of Russett #6F6D6C

Tints of Russett #6F6D6C

Color information

#6F6D6C (or 0x6F6D6C) is unknown color: approx Russett. HEX triplet: 6F, 6D and 6C. RGB value is (111,109,108). Sum of RGB (Red+Green+Blue) = 111+109+108=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6D6C is #909293. Grayscale: #6D6D6D. Windows color (decimal): -9474708 or 7105903. OLE color: 7105903.

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

Color convert

RGB111109108-
CMYK00.020.030.56
HSL20º1.37%42.94%-
HSV(B)20º2.7%43.53%-
XYZ14.7315.416.38-
YUV109.48127.16129.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.84%
GREEN value IS 109 (42.97% from 255) = 33.23%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=33.84%
G=33.23%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11110910800.020.030.56201.3742.94
Hex6F6D6C023381412b
Octal1571551540237024153
Binary11011111101101110110001011111000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,109,108); }

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

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

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

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

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

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

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