Html Css Color HEX #6D6C62 Flint

📋 copy color: '#6D6C62'

red 109 ◦ green 108 ◦ blue 98

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

Shades of Flint #6D6C62

Tints of Flint #6D6C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.11%

R = 34.6%
G = 34.29%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#6D6C62 (or 0x6D6C62) is known color: Flint. HEX triplet: 6D, 6C and 62. RGB value is (109,108,98). Sum of RGB (Red+Green+Blue) = 109+108+98=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6C62 is #92939D. Grayscale: #6B6B6B. Windows color (decimal): -9606046 or 6450285. OLE color: 6450285.

HSL color Cylindrical-coordinate representation of color #6D6C62: hue angle of 54.55º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6D6C62 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 108 98 -
CMYK 0 0.01 0.10 0.57
HSL 54.55º 0.05% 0.41% -
HSV(B) 54.55º 0.1% 0.43% -
XYZ 13.87 14.86 13.69 -
YUV 107.16 122.83 129.31 -
System Red Green Blue C M Y K H S L
Decimal 109 108 98 0 0.01 0.10 0.57 54.55 0.05 0.41
Hex 6D 6C 62 0 1 A 39 37 5 29
Octal 155 154 142 0 1 12 71 67 5 51
Binary 1101101 1101100 1100010 0 1 1010 111001 110111 101 101001

Color Harmonies of #6D6C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6C62

Black with #6D6C62

Text Example


Text Example

White with #6D6C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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