Html Css Color HEX #6F4956 Finn

📋 copy color: '#6F4956'

red 111 ◦ green 73 ◦ blue 86

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

Shades of Finn #6F4956

Tints of Finn #6F4956

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.04%

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

R = 41.11%
G = 27.04%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F4956 (or 0x6F4956) is known color: Finn. HEX triplet: 6F, 49 and 56. RGB value is (111,73,86). Sum of RGB (Red+Green+Blue) = 111+73+86=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4956 is #90B6A9. Grayscale: #555555. Windows color (decimal): -9483946 or 5654895. OLE color: 5654895.

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

Color convert

RGB 111 73 86 -
CMYK 0 0.34 0.23 0.56
HSL 339.47º 0.21% 0.36% -
HSV(B) 339.47º 0.34% 0.44% -
XYZ 10.62 8.82 9.95 -
YUV 85.84 128.09 145.94 -
System Red Green Blue C M Y K H S L
Decimal 111 73 86 0 0.34 0.23 0.56 339.47 0.21 0.36
Hex 6F 49 56 0 22 17 38 153 15 24
Octal 157 111 126 0 42 27 70 523 25 44
Binary 1101111 1001001 1010110 0 100010 10111 111000 101010011 10101 100100

Color Harmonies of #6F4956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4956

Black with #6F4956

Text Example


Text Example

White with #6F4956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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