Html Css Color HEX #6F4751 Finn

📋 copy color: '#6F4751'

red 111 ◦ green 71 ◦ blue 81

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

Shades of Finn #6F4751

Tints of Finn #6F4751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.8%

R = 42.21%
G = 27%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#6F4751 (or 0x6F4751) is known color: Finn. HEX triplet: 6F, 47 and 51. RGB value is (111,71,81). Sum of RGB (Red+Green+Blue) = 111+71+81=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4751 is #90B8AE. Grayscale: #545454. Windows color (decimal): -9484463 or 5326703. OLE color: 5326703.

HSL color Cylindrical-coordinate representation of color #6F4751: hue angle of 345º 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 #6F4751 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 71 81 -
CMYK 0 0.36 0.27 0.56
HSL 345º 0.22% 0.36% -
HSV(B) 345º 0.36% 0.44% -
XYZ 10.29 8.48 8.88 -
YUV 84.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 111 71 81 0 0.36 0.27 0.56 345 0.22 0.36
Hex 6F 47 51 0 24 1B 38 159 16 24
Octal 157 107 121 0 44 33 70 531 26 44
Binary 1101111 1000111 1010001 0 100100 11011 111000 101011001 10110 100100

Color Harmonies of #6F4751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4751

Black with #6F4751

Text Example


Text Example

White with #6F4751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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