Html Css Color HEX #6F454E Finn

📋 copy color: '#6F454E'

red 111 ◦ green 69 ◦ blue 78

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

Shades of Finn #6F454E

Tints of Finn #6F454E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.74%

 BLUE value IS 78 (30.86% from 255) = 30.23%

R = 43.02%
G = 26.74%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#6F454E (or 0x6F454E) is known color: Finn. HEX triplet: 6F, 45 and 4E. RGB value is (111,69,78). Sum of RGB (Red+Green+Blue) = 111+69+78=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F454E is #90BAB1. Grayscale: #525252. Windows color (decimal): -9484978 or 5129583. OLE color: 5129583.

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

Color convert

RGB 111 69 78 -
CMYK 0 0.38 0.30 0.56
HSL 347.14º 0.23% 0.35% -
HSV(B) 347.14º 0.38% 0.44% -
XYZ 10.06 8.19 8.26 -
YUV 82.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 111 69 78 0 0.38 0.30 0.56 347.14 0.23 0.35
Hex 6F 45 4E 0 26 1E 38 15B 17 23
Octal 157 105 116 0 46 36 70 533 27 43
Binary 1101111 1000101 1001110 0 100110 11110 111000 101011011 10111 100011

Color Harmonies of #6F454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F454E

Black with #6F454E

Text Example


Text Example

White with #6F454E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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