Html Css Color HEX #6F4750 Finn

📋 copy color: '#6F4750'

red 111 ◦ green 71 ◦ blue 80

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

Shades of Finn #6F4750

Tints of Finn #6F4750

RGB

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

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

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

R = 42.37%
G = 27.1%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#6F4750 (or 0x6F4750) is known color: Finn. HEX triplet: 6F, 47 and 50. RGB value is (111,71,80). Sum of RGB (Red+Green+Blue) = 111+71+80=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4750 is #90B8AF. Grayscale: #535353. Windows color (decimal): -9484464 or 5261167. OLE color: 5261167.

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

Color convert

RGB 111 71 80 -
CMYK 0 0.36 0.28 0.56
HSL 346.5º 0.22% 0.36% -
HSV(B) 346.5º 0.36% 0.44% -
XYZ 10.26 8.47 8.68 -
YUV 83.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 111 71 80 0 0.36 0.28 0.56 346.5 0.22 0.36
Hex 6F 47 50 0 24 1C 38 15A 16 24
Octal 157 107 120 0 44 34 70 532 26 44
Binary 1101111 1000111 1010000 0 100100 11100 111000 101011010 10110 100100

Color Harmonies of #6F4750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4750

Black with #6F4750

Text Example


Text Example

White with #6F4750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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