Html Css Color HEX #6F4758 Finn

📋 copy color: '#6F4758'

red 111 ◦ green 71 ◦ blue 88

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

Shades of Finn #6F4758

Tints of Finn #6F4758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.59%

R = 41.11%
G = 26.3%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F4758 (or 0x6F4758) is known color: Finn. HEX triplet: 6F, 47 and 58. RGB value is (111,71,88). Sum of RGB (Red+Green+Blue) = 111+71+88=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4758 is #90B8A7. Grayscale: #545454. Windows color (decimal): -9484456 or 5785455. OLE color: 5785455.

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

Color convert

RGB 111 71 88 -
CMYK 0 0.36 0.21 0.56
HSL 334.5º 0.22% 0.36% -
HSV(B) 334.5º 0.36% 0.44% -
XYZ 10.57 8.59 10.33 -
YUV 84.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 111 71 88 0 0.36 0.21 0.56 334.5 0.22 0.36
Hex 6F 47 58 0 24 15 38 14E 16 24
Octal 157 107 130 0 44 25 70 516 26 44
Binary 1101111 1000111 1011000 0 100100 10101 111000 101001110 10110 100100

Color Harmonies of #6F4758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4758

Black with #6F4758

Text Example


Text Example

White with #6F4758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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