Html Css Color HEX #6F6A5F Flint

📋 copy color: '#6F6A5F'

red 111 ◦ green 106 ◦ blue 95

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

Shades of Flint #6F6A5F

Tints of Flint #6F6A5F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.97%

 BLUE value IS 95 (37.5% from 255) = 30.45%

R = 35.58%
G = 33.97%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F6A5F (or 0x6F6A5F) is known color: Flint. HEX triplet: 6F, 6A and 5F. RGB value is (111,106,95). Sum of RGB (Red+Green+Blue) = 111+106+95=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6A5F is #9095A0. Grayscale: #6A6A6A. Windows color (decimal): -9475489 or 6253167. OLE color: 6253167.

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

Color convert

RGB 111 106 95 -
CMYK 0 0.05 0.14 0.56
HSL 41.25º 0.08% 0.4% -
HSV(B) 41.25º 0.14% 0.44% -
XYZ 13.78 14.51 12.9 -
YUV 106.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 111 106 95 0 0.05 0.14 0.56 41.25 0.08 0.4
Hex 6F 6A 5F 0 5 E 38 29 8 28
Octal 157 152 137 0 5 16 70 51 10 50
Binary 1101111 1101010 1011111 0 101 1110 111000 101001 1000 101000

Color Harmonies of #6F6A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6A5F

Black with #6F6A5F

Text Example


Text Example

White with #6F6A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,106,95); }

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

background-color css

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

 a { background-color: rgb(111,106,95); }

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

border-color css

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

 span { border-color: rgb(111,106,95); }

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