Html Css Color HEX #6F4256 Finn

📋 copy color: '#6F4256'

red 111 ◦ green 66 ◦ blue 86

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

Shades of Finn #6F4256

Tints of Finn #6F4256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.1%

 BLUE value IS 86 (33.98% from 255) = 32.7%

R = 42.21%
G = 25.1%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F4256 (or 0x6F4256) is known color: Finn. HEX triplet: 6F, 42 and 56. RGB value is (111,66,86). Sum of RGB (Red+Green+Blue) = 111+66+86=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4256 is #90BDA9. Grayscale: #515151. Windows color (decimal): -9485738 or 5653103. OLE color: 5653103.

HSL color Cylindrical-coordinate representation of color #6F4256: hue angle of 333.33º degrees, saturation: 0.25, 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 #6F4256 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 66 86 -
CMYK 0 0.41 0.23 0.56
HSL 333.33º 0.25% 0.35% -
HSV(B) 333.33º 0.41% 0.44% -
XYZ 10.18 7.95 9.8 -
YUV 81.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 111 66 86 0 0.41 0.23 0.56 333.33 0.25 0.35
Hex 6F 42 56 0 29 17 38 14D 19 23
Octal 157 102 126 0 51 27 70 515 31 43
Binary 1101111 1000010 1010110 0 101001 10111 111000 101001101 11001 100011

Color Harmonies of #6F4256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4256

Black with #6F4256

Text Example


Text Example

White with #6F4256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,66,86); }

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

background-color css

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

 a { background-color: rgb(111,66,86); }

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

border-color css

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

 span { border-color: rgb(111,66,86); }

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