Html Css Color HEX #6F4855 Finn

📋 copy color: '#6F4855'

red 111 ◦ green 72 ◦ blue 85

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

Shades of Finn #6F4855

Tints of Finn #6F4855

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.87%

 BLUE value IS 85 (33.59% from 255) = 31.72%

R = 41.42%
G = 26.87%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F4855 (or 0x6F4855) is known color: Finn. HEX triplet: 6F, 48 and 55. RGB value is (111,72,85). Sum of RGB (Red+Green+Blue) = 111+72+85=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4855 is #90B7AA. Grayscale: #555555. Windows color (decimal): -9484203 or 5589103. OLE color: 5589103.

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

Color convert

RGB 111 72 85 -
CMYK 0 0.35 0.23 0.56
HSL 340º 0.21% 0.36% -
HSV(B) 340º 0.35% 0.44% -
XYZ 10.51 8.67 9.71 -
YUV 85.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 111 72 85 0 0.35 0.23 0.56 340 0.21 0.36
Hex 6F 48 55 0 23 17 38 154 15 24
Octal 157 110 125 0 43 27 70 524 25 44
Binary 1101111 1001000 1010101 0 100011 10111 111000 101010100 10101 100100

Color Harmonies of #6F4855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4855

Black with #6F4855

Text Example


Text Example

White with #6F4855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,72,85); }

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

background-color css

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

 a { background-color: rgb(111,72,85); }

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

border-color css

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

 span { border-color: rgb(111,72,85); }

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