#6C6A5B

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

Shades of Flint #6C6A5B

Tints of Flint #6C6A5B

Color information

#6C6A5B (or 0x6C6A5B) is unknown color: approx Flint. HEX triplet: 6C, 6A and 5B. RGB value is (108,106,91). Sum of RGB (Red+Green+Blue) = 108+106+91=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6A5B is #9395A4. Grayscale: #686868. Windows color (decimal): -9672101 or 5991020. OLE color: 5991020.

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

Color convert

RGB10810691-
CMYK00.020.160.58
HSL52.94º8.54%39.02%-
HSV(B)52.94º15.74%42.35%-
XYZ13.2314.2511.95-
YUV104.89120.16130.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.41%
GREEN value IS 106 (41.80% from 255) = 34.75%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=35.41%
G=34.75%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081069100.020.160.5852.948.5439.02
Hex6C6A5B02103A35927
Octal154152133022072651147
Binary110110011010101011011010100001110101101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,106,91); }

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

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

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

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

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

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

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