Html Css Color HEX #6F6B59 Flint

📋 copy color: '#6F6B59'

red 111 ◦ green 107 ◦ blue 89

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

Shades of Flint #6F6B59

Tints of Flint #6F6B59

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.85%

 BLUE value IS 89 (35.16% from 255) = 28.99%

R = 36.16%
G = 34.85%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6F6B59 (or 0x6F6B59) is known color: Flint. HEX triplet: 6F, 6B and 59. RGB value is (111,107,89). Sum of RGB (Red+Green+Blue) = 111+107+89=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6B59 is #9094A6. Grayscale: #6A6A6A. Windows color (decimal): -9475239 or 5860207. OLE color: 5860207.

HSL color Cylindrical-coordinate representation of color #6F6B59: hue angle of 49.09º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F6B59 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 107 89 -
CMYK 0 0.04 0.20 0.56
HSL 49.09º 0.11% 0.39% -
HSV(B) 49.09º 0.2% 0.44% -
XYZ 13.62 14.62 11.55 -
YUV 106.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 111 107 89 0 0.04 0.20 0.56 49.09 0.11 0.39
Hex 6F 6B 59 0 4 14 38 31 B 27
Octal 157 153 131 0 4 24 70 61 13 47
Binary 1101111 1101011 1011001 0 100 10100 111000 110001 1011 100111

Color Harmonies of #6F6B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6B59

Black with #6F6B59

Text Example


Text Example

White with #6F6B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,107,89); }

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

background-color css

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

 a { background-color: rgb(111,107,89); }

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

border-color css

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

 span { border-color: rgb(111,107,89); }

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