Html Css Color HEX #6F474F Finn

📋 copy color: '#6F474F'

red 111 ◦ green 71 ◦ blue 79

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

Shades of Finn #6F474F

Tints of Finn #6F474F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.2%

 BLUE value IS 79 (31.25% from 255) = 30.27%

R = 42.53%
G = 27.2%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#6F474F (or 0x6F474F) is known color: Finn. HEX triplet: 6F, 47 and 4F. RGB value is (111,71,79). Sum of RGB (Red+Green+Blue) = 111+71+79=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F474F is #90B8B0. Grayscale: #535353. Windows color (decimal): -9484465 or 5195631. OLE color: 5195631.

HSL color Cylindrical-coordinate representation of color #6F474F: hue angle of 348º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F474F is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 71 79 -
CMYK 0 0.36 0.29 0.56
HSL 348º 0.22% 0.36% -
HSV(B) 348º 0.36% 0.44% -
XYZ 10.22 8.45 8.49 -
YUV 83.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 111 71 79 0 0.36 0.29 0.56 348 0.22 0.36
Hex 6F 47 4F 0 24 1D 38 15C 16 24
Octal 157 107 117 0 44 35 70 534 26 44
Binary 1101111 1000111 1001111 0 100100 11101 111000 101011100 10110 100100

Color Harmonies of #6F474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F474F

Black with #6F474F

Text Example


Text Example

White with #6F474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,71,79); }

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

background-color css

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

 a { background-color: rgb(111,71,79); }

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

border-color css

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

 span { border-color: rgb(111,71,79); }

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