Html Css Color HEX #6F6C62 Flint

📋 copy color: '#6F6C62'

red 111 ◦ green 108 ◦ blue 98

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

Shades of Flint #6F6C62

Tints of Flint #6F6C62

RGB

 RED value IS 111 (43.75% from 255) = 35.02%

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

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

R = 35.02%
G = 34.07%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F6C62 (or 0x6F6C62) is known color: Flint. HEX triplet: 6F, 6C and 62. RGB value is (111,108,98). Sum of RGB (Red+Green+Blue) = 111+108+98=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6C62 is #90939D. Grayscale: #6B6B6B. Windows color (decimal): -9474974 or 6450287. OLE color: 6450287.

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

Color convert

RGB 111 108 98 -
CMYK 0 0.03 0.12 0.56
HSL 46.15º 0.06% 0.41% -
HSV(B) 46.15º 0.12% 0.44% -
XYZ 14.12 14.99 13.7 -
YUV 107.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 111 108 98 0 0.03 0.12 0.56 46.15 0.06 0.41
Hex 6F 6C 62 0 3 C 38 2E 6 29
Octal 157 154 142 0 3 14 70 56 6 51
Binary 1101111 1101100 1100010 0 11 1100 111000 101110 110 101001

Color Harmonies of #6F6C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6C62

Black with #6F6C62

Text Example


Text Example

White with #6F6C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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