#6B6960

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

Shades of Flint #6B6960

Tints of Flint #6B6960

Color information

#6B6960 (or 0x6B6960) is unknown color: approx Flint. HEX triplet: 6B, 69 and 60. RGB value is (107,105,96). Sum of RGB (Red+Green+Blue) = 107+105+96=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6960 is #94969F. Grayscale: #686868. Windows color (decimal): -9737888 or 6318443. OLE color: 6318443.

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

Color convert

RGB10710596-
CMYK00.020.100.58
HSL49.09º5.42%39.8%-
HSV(B)49.09º10.28%41.96%-
XYZ13.2314.0713.09-
YUV104.57123.16129.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.74%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 96 (37.89% from 255) = 31.17%
R=34.74%
G=34.09%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071059600.020.100.5849.095.4239.8
Hex6B696002A3A31528
Octal15315114002127261550
Binary1101011110100111000000101010111010110001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,105,96); }

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

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

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

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

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

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

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