Html Css Color HEX #6F6D5B Flint

📋 copy color: '#6F6D5B'

red 111 ◦ green 109 ◦ blue 91

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

Shades of Flint #6F6D5B

Tints of Flint #6F6D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 35.69%
G = 35.05%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F6D5B (or 0x6F6D5B) is known color: Flint. HEX triplet: 6F, 6D and 5B. RGB value is (111,109,91). Sum of RGB (Red+Green+Blue) = 111+109+91=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6D5B is #9092A4. Grayscale: #6B6B6B. Windows color (decimal): -9474725 or 5991791. OLE color: 5991791.

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

Color convert

RGB 111 109 91 -
CMYK 0 0.02 0.18 0.56
HSL 54º 0.1% 0.4% -
HSV(B) 54º 0.18% 0.44% -
XYZ 13.91 15.07 12.07 -
YUV 107.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 111 109 91 0 0.02 0.18 0.56 54 0.1 0.4
Hex 6F 6D 5B 0 2 12 38 36 A 28
Octal 157 155 133 0 2 22 70 66 12 50
Binary 1101111 1101101 1011011 0 10 10010 111000 110110 1010 101000

Color Harmonies of #6F6D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6D5B

Black with #6F6D5B

Text Example


Text Example

White with #6F6D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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