Html Css Color HEX #6F4150 Finn

📋 copy color: '#6F4150'

red 111 ◦ green 65 ◦ blue 80

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

Shades of Finn #6F4150

Tints of Finn #6F4150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.39%

 BLUE value IS 80 (31.64% from 255) = 31.25%

R = 43.36%
G = 25.39%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#6F4150 (or 0x6F4150) is known color: Finn. HEX triplet: 6F, 41 and 50. RGB value is (111,65,80). Sum of RGB (Red+Green+Blue) = 111+65+80=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4150 is #90BEAF. Grayscale: #505050. Windows color (decimal): -9486000 or 5259631. OLE color: 5259631.

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

Color convert

RGB 111 65 80 -
CMYK 0 0.41 0.28 0.56
HSL 340.43º 0.26% 0.35% -
HSV(B) 340.43º 0.41% 0.44% -
XYZ 9.89 7.74 8.56 -
YUV 80.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 111 65 80 0 0.41 0.28 0.56 340.43 0.26 0.35
Hex 6F 41 50 0 29 1C 38 154 1A 23
Octal 157 101 120 0 51 34 70 524 32 43
Binary 1101111 1000001 1010000 0 101001 11100 111000 101010100 11010 100011

Color Harmonies of #6F4150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4150

Black with #6F4150

Text Example


Text Example

White with #6F4150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,65,80); }

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

background-color css

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

 a { background-color: rgb(111,65,80); }

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

border-color css

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

 span { border-color: rgb(111,65,80); }

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