Html Css Color HEX #6F4E56 Finn

📋 copy color: '#6F4E56'

red 111 ◦ green 78 ◦ blue 86

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

Shades of Finn #6F4E56

Tints of Finn #6F4E56

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.36%

 BLUE value IS 86 (33.98% from 255) = 31.27%

R = 40.36%
G = 28.36%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F4E56 (or 0x6F4E56) is known color: Finn. HEX triplet: 6F, 4E and 56. RGB value is (111,78,86). Sum of RGB (Red+Green+Blue) = 111+78+86=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4E56 is #90B1A9. Grayscale: #585858. Windows color (decimal): -9482666 or 5656175. OLE color: 5656175.

HSL color Cylindrical-coordinate representation of color #6F4E56: hue angle of 345.45º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F4E56 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 78 86 -
CMYK 0 0.30 0.23 0.56
HSL 345.45º 0.17% 0.37% -
HSV(B) 345.45º 0.3% 0.44% -
XYZ 10.96 9.5 10.06 -
YUV 88.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 111 78 86 0 0.30 0.23 0.56 345.45 0.17 0.37
Hex 6F 4E 56 0 1E 17 38 159 11 25
Octal 157 116 126 0 36 27 70 531 21 45
Binary 1101111 1001110 1010110 0 11110 10111 111000 101011001 10001 100101

Color Harmonies of #6F4E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4E56

Black with #6F4E56

Text Example


Text Example

White with #6F4E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,78,86); }

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

background-color css

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

 a { background-color: rgb(111,78,86); }

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

border-color css

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

 span { border-color: rgb(111,78,86); }

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