Html Css Color HEX #6F2014 Falu Red

📋 copy color: '#6F2014'

red 111 ◦ green 32 ◦ blue 20

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

Shades of Falu Red #6F2014

Tints of Falu Red #6F2014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.63%

 BLUE value IS 20 (8.2% from 255) = 12.27%

R = 68.1%
G = 19.63%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#6F2014 (or 0x6F2014) is known color: Falu Red. HEX triplet: 6F, 20 and 14. RGB value is (111,32,20). Sum of RGB (Red+Green+Blue) = 111+32+20=163 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.10% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2014 is #90DFEB. Grayscale: #363636. Windows color (decimal): -9494508 or 1319023. OLE color: 1319023.

HSL color Cylindrical-coordinate representation of color #6F2014: hue angle of 7.91º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F2014 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 32 20 -
CMYK 0 0.71 0.82 0.56
HSL 7.91º 0.69% 0.26% -
HSV(B) 7.91º 0.82% 0.44% -
XYZ 7.2 4.46 1.14 -
YUV 54.25 108.67 168.48 -
System Red Green Blue C M Y K H S L
Decimal 111 32 20 0 0.71 0.82 0.56 7.91 0.69 0.26
Hex 6F 20 14 0 47 52 38 8 45 1A
Octal 157 40 24 0 107 122 70 10 105 32
Binary 1101111 100000 10100 0 1000111 1010010 111000 1000 1000101 11010

Color Harmonies of #6F2014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2014

Black with #6F2014

Text Example


Text Example

White with #6F2014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,32,20); }

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

background-color css

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

 a { background-color: rgb(111,32,20); }

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

border-color css

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

 span { border-color: rgb(111,32,20); }

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