Html Css Color HEX #6F170E Falu Red

📋 copy color: '#6F170E'

red 111 ◦ green 23 ◦ blue 14

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

Shades of Falu Red #6F170E

Tints of Falu Red #6F170E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.54%

 BLUE value IS 14 (5.86% from 255) = 9.46%

R = 75%
G = 15.54%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F170E (or 0x6F170E) is known color: Falu Red. HEX triplet: 6F, 17 and 0E. RGB value is (111,23,14). Sum of RGB (Red+Green+Blue) = 111+23+14=148 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 111 - color contains mainly: red. Hex color #6F170E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F170E is #90E8F1. Grayscale: #303030. Windows color (decimal): -9496818 or 923503. OLE color: 923503.

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

Color convert

RGB 111 23 14 -
CMYK 0 0.79 0.87 0.56
HSL 5.57º 0.78% 0.25% -
HSV(B) 5.57º 0.87% 0.44% -
XYZ 6.94 4.02 0.83 -
YUV 48.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 111 23 14 0 0.79 0.87 0.56 5.57 0.78 0.25
Hex 6F 17 E 0 4F 57 38 6 4E 19
Octal 157 27 16 0 117 127 70 6 116 31
Binary 1101111 10111 1110 0 1001111 1010111 111000 110 1001110 11001

Color Harmonies of #6F170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F170E

Black with #6F170E

Text Example


Text Example

White with #6F170E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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