#6D6B61

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

Shades of Flint #6D6B61

Tints of Flint #6D6B61

Color information

#6D6B61 (or 0x6D6B61) is unknown color: approx Flint. HEX triplet: 6D, 6B and 61. RGB value is (109,107,97). Sum of RGB (Red+Green+Blue) = 109+107+97=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6B61 is #92949E. Grayscale: #6A6A6A. Windows color (decimal): -9606303 or 6384493. OLE color: 6384493.

HSL color Cylindrical-coordinate representation of color #6D6B61: hue angle of 50º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D6B61 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB10910797-
CMYK00.020.110.57
HSL50º5.83%40.39%-
HSV(B)50º11.01%42.75%-
XYZ13.7214.6313.41-
YUV106.46122.66129.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.82%
GREEN value IS 107 (42.19% from 255) = 34.19%
BLUE value IS 97 (38.28% from 255) = 30.99%
R=34.82%
G=34.19%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091079700.020.110.57505.8340.39
Hex6D6B6102B3932628
Octal15515314102137162650
Binary1101101110101111000010101011111001110010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,107,97); }

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

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

 a { background-color: rgb(109,107,97); }

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

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

 span { border-color: rgb(109,107,97); }

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