Html Css Color HEX #6F475C Finn

📋 copy color: '#6F475C'

red 111 ◦ green 71 ◦ blue 92

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

Shades of Finn #6F475C

Tints of Finn #6F475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.58%

R = 40.51%
G = 25.91%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F475C (or 0x6F475C) is known color: Finn. HEX triplet: 6F, 47 and 5C. RGB value is (111,71,92). Sum of RGB (Red+Green+Blue) = 111+71+92=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F475C is #90B8A3. Grayscale: #555555. Windows color (decimal): -9484452 or 6047599. OLE color: 6047599.

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

Color convert

RGB 111 71 92 -
CMYK 0 0.36 0.17 0.56
HSL 328.5º 0.22% 0.36% -
HSV(B) 328.5º 0.36% 0.44% -
XYZ 10.74 8.66 11.23 -
YUV 85.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 111 71 92 0 0.36 0.17 0.56 328.5 0.22 0.36
Hex 6F 47 5C 0 24 11 38 148 16 24
Octal 157 107 134 0 44 21 70 510 26 44
Binary 1101111 1000111 1011100 0 100100 10001 111000 101001000 10110 100100

Color Harmonies of #6F475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F475C

Black with #6F475C

Text Example


Text Example

White with #6F475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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