Html Css Color HEX #6F4755 Finn

📋 copy color: '#6F4755'

red 111 ◦ green 71 ◦ blue 85

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

Shades of Finn #6F4755

Tints of Finn #6F4755

RGB

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

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

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

R = 41.57%
G = 26.59%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F4755 (or 0x6F4755) is known color: Finn. HEX triplet: 6F, 47 and 55. RGB value is (111,71,85). Sum of RGB (Red+Green+Blue) = 111+71+85=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4755 is #90B8AA. Grayscale: #545454. Windows color (decimal): -9484459 or 5588847. OLE color: 5588847.

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

Color convert

RGB 111 71 85 -
CMYK 0 0.36 0.23 0.56
HSL 339º 0.22% 0.36% -
HSV(B) 339º 0.36% 0.44% -
XYZ 10.45 8.54 9.69 -
YUV 84.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 111 71 85 0 0.36 0.23 0.56 339 0.22 0.36
Hex 6F 47 55 0 24 17 38 153 16 24
Octal 157 107 125 0 44 27 70 523 26 44
Binary 1101111 1000111 1010101 0 100100 10111 111000 101010011 10110 100100

Color Harmonies of #6F4755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4755

Black with #6F4755

Text Example


Text Example

White with #6F4755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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