Html Css Color HEX #6F1E17 Falu Red

📋 copy color: '#6F1E17'

red 111 ◦ green 30 ◦ blue 23

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

Shades of Falu Red #6F1E17

Tints of Falu Red #6F1E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.02%

R = 67.68%
G = 18.29%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#6F1E17 (or 0x6F1E17) is known color: Falu Red. HEX triplet: 6F, 1E and 17. RGB value is (111,30,23). Sum of RGB (Red+Green+Blue) = 111+30+23=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1E17 is #90E1E8. Grayscale: #353535. Windows color (decimal): -9495017 or 1515119. OLE color: 1515119.

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

Color convert

RGB 111 30 23 -
CMYK 0 0.73 0.79 0.56
HSL 4.77º 0.66% 0.26% -
HSV(B) 4.77º 0.79% 0.44% -
XYZ 7.17 4.37 1.28 -
YUV 53.42 110.84 169.07 -
System Red Green Blue C M Y K H S L
Decimal 111 30 23 0 0.73 0.79 0.56 4.77 0.66 0.26
Hex 6F 1E 17 0 49 4F 38 5 42 1A
Octal 157 36 27 0 111 117 70 5 102 32
Binary 1101111 11110 10111 0 1001001 1001111 111000 101 1000010 11010

Color Harmonies of #6F1E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1E17

Black with #6F1E17

Text Example


Text Example

White with #6F1E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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