Html Css Color HEX #6D6C5F Flint

📋 copy color: '#6D6C5F'

red 109 ◦ green 108 ◦ blue 95

#6D6C5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flint #6D6C5F

Tints of Flint #6D6C5F

RGB

 RED value IS 109 (42.97% from 255) = 34.94%

 GREEN value IS 108 (42.58% from 255) = 34.62%

 BLUE value IS 95 (37.5% from 255) = 30.45%

R = 34.94%
G = 34.62%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D6C5F (or 0x6D6C5F) is known color: Flint. HEX triplet: 6D, 6C and 5F. RGB value is (109,108,95). Sum of RGB (Red+Green+Blue) = 109+108+95=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6C5F is #9293A0. Grayscale: #6A6A6A. Windows color (decimal): -9606049 or 6253677. OLE color: 6253677.

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

Color convert

RGB 109 108 95 -
CMYK 0 0.01 0.13 0.57
HSL 55.71º 0.07% 0.4% -
HSV(B) 55.71º 0.13% 0.43% -
XYZ 13.73 14.8 12.96 -
YUV 106.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 109 108 95 0 0.01 0.13 0.57 55.71 0.07 0.4
Hex 6D 6C 5F 0 1 D 39 38 7 28
Octal 155 154 137 0 1 15 71 70 7 50
Binary 1101101 1101100 1011111 0 1 1101 111001 111000 111 101000

Color Harmonies of #6D6C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6C5F

Black with #6D6C5F

Text Example


Text Example

White with #6D6C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D6C5F;
 }
 .AnyTagClassName
 {
   color: #6D6C5F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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