Html Css Color HEX #6F170F Falu Red

📋 copy color: '#6F170F'

red 111 ◦ green 23 ◦ blue 15

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

Shades of Falu Red #6F170F

Tints of Falu Red #6F170F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.07%

R = 74.5%
G = 15.44%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F170F (or 0x6F170F) is known color: Falu Red. HEX triplet: 6F, 17 and 0F. RGB value is (111,23,15). Sum of RGB (Red+Green+Blue) = 111+23+15=149 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74.50% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 111 - color contains mainly: red. Hex color #6F170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F170F is #90E8F0. Grayscale: #303030. Windows color (decimal): -9496817 or 989039. OLE color: 989039.

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

Color convert

RGB 111 23 15 -
CMYK 0 0.79 0.86 0.56
HSL 0.76% 0.25% -
HSV(B) 0.86% 0.44% -
XYZ 6.95 4.03 0.86 -
YUV 48.4 109.15 172.65 -
System Red Green Blue C M Y K H S L
Decimal 111 23 15 0 0.79 0.86 0.56 5 0.76 0.25
Hex 6F 17 F 0 4F 56 38 5 4C 19
Octal 157 27 17 0 117 126 70 5 114 31
Binary 1101111 10111 1111 0 1001111 1010110 111000 101 1001100 11001

Color Harmonies of #6F170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F170F

Black with #6F170F

Text Example


Text Example

White with #6F170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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