Html Css Color HEX #6F1E16 Falu Red

📋 copy color: '#6F1E16'

red 111 ◦ green 30 ◦ blue 22

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

Shades of Falu Red #6F1E16

Tints of Falu Red #6F1E16

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.4%

 BLUE value IS 22 (8.98% from 255) = 13.5%

R = 68.1%
G = 18.4%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#6F1E16 (or 0x6F1E16) is known color: Falu Red. HEX triplet: 6F, 1E and 16. RGB value is (111,30,22). Sum of RGB (Red+Green+Blue) = 111+30+22=163 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.10% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1E16 is #90E1E9. Grayscale: #353535. Windows color (decimal): -9495018 or 1449583. OLE color: 1449583.

HSL color Cylindrical-coordinate representation of color #6F1E16: hue angle of 5.39º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F1E16 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 30 22 -
CMYK 0 0.73 0.80 0.56
HSL 5.39º 0.67% 0.26% -
HSV(B) 5.39º 0.8% 0.44% -
XYZ 7.16 4.37 1.22 -
YUV 53.31 110.34 169.15 -
System Red Green Blue C M Y K H S L
Decimal 111 30 22 0 0.73 0.80 0.56 5.39 0.67 0.26
Hex 6F 1E 16 0 49 50 38 5 43 1A
Octal 157 36 26 0 111 120 70 5 103 32
Binary 1101111 11110 10110 0 1001001 1010000 111000 101 1000011 11010

Color Harmonies of #6F1E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1E16

Black with #6F1E16

Text Example


Text Example

White with #6F1E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,30,22); }

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

background-color css

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

 a { background-color: rgb(111,30,22); }

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

border-color css

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

 span { border-color: rgb(111,30,22); }

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