#6F6C5A

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

Shades of Flint #6F6C5A

Tints of Flint #6F6C5A

Color information

#6F6C5A (or 0x6F6C5A) is unknown color: approx Flint. HEX triplet: 6F, 6C and 5A. RGB value is (111,108,90). Sum of RGB (Red+Green+Blue) = 111+108+90=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6C5A is #9093A5. Grayscale: #6A6A6A. Windows color (decimal): -9474982 or 5925999. OLE color: 5925999.

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

Color convert

RGB11110890-
CMYK00.030.190.56
HSL51.43º10.45%39.41%-
HSV(B)51.43º18.92%43.53%-
XYZ13.7614.8411.81-
YUV106.84118.49130.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.92%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=35.92%
G=34.95%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111089000.030.190.5651.4310.4539.41
Hex6F6C5A03133833a27
Octal157154132032370631247
Binary110111111011001011010011100111110001100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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