Html Css Color HEX #6F6D58 Flint

📋 copy color: '#6F6D58'

red 111 ◦ green 109 ◦ blue 88

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

Shades of Flint #6F6D58

Tints of Flint #6F6D58

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.39%

 BLUE value IS 88 (34.77% from 255) = 28.57%

R = 36.04%
G = 35.39%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F6D58 (or 0x6F6D58) is known color: Flint. HEX triplet: 6F, 6D and 58. RGB value is (111,109,88). Sum of RGB (Red+Green+Blue) = 111+109+88=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6D58 is #9092A7. Grayscale: #6B6B6B. Windows color (decimal): -9474728 or 5795183. OLE color: 5795183.

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

Color convert

RGB 111 109 88 -
CMYK 0 0.02 0.21 0.56
HSL 54.78º 0.12% 0.39% -
HSV(B) 54.78º 0.21% 0.44% -
XYZ 13.79 15.02 11.41 -
YUV 107.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 111 109 88 0 0.02 0.21 0.56 54.78 0.12 0.39
Hex 6F 6D 58 0 2 15 38 37 C 27
Octal 157 155 130 0 2 25 70 67 14 47
Binary 1101111 1101101 1011000 0 10 10101 111000 110111 1100 100111

Color Harmonies of #6F6D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6D58

Black with #6F6D58

Text Example


Text Example

White with #6F6D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,109,88); }

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

background-color css

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

 a { background-color: rgb(111,109,88); }

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

border-color css

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

 span { border-color: rgb(111,109,88); }

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