Html Css Color HEX #6F1209 Falu Red

📋 copy color: '#6F1209'

red 111 ◦ green 18 ◦ blue 9

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

Shades of Falu Red #6F1209

Tints of Falu Red #6F1209

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.04%

 BLUE value IS 9 (3.91% from 255) = 6.52%

R = 80.43%
G = 13.04%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#6F1209 (or 0x6F1209) is known color: Falu Red. HEX triplet: 6F, 12 and 09. RGB value is (111,18,9). Sum of RGB (Red+Green+Blue) = 111+18+9=138 (18% of max value = 765). Red value is 111 (43.75% from 255 or 80.43% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1209 is #90EDF6. Grayscale: #2C2C2C. Windows color (decimal): -9498103 or 594543. OLE color: 594543.

HSL color Cylindrical-coordinate representation of color #6F1209: hue angle of 5.29º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F1209 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 18 9 -
CMYK 0 0.84 0.92 0.56
HSL 5.29º 0.85% 0.24% -
HSV(B) 5.29º 0.92% 0.44% -
XYZ 6.82 3.83 0.64 -
YUV 44.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 111 18 9 0 0.84 0.92 0.56 5.29 0.85 0.24
Hex 6F 12 9 0 54 5C 38 5 55 18
Octal 157 22 11 0 124 134 70 5 125 30
Binary 1101111 10010 1001 0 1010100 1011100 111000 101 1010101 11000

Color Harmonies of #6F1209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1209

Black with #6F1209

Text Example


Text Example

White with #6F1209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,18,9); }

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

background-color css

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

 a { background-color: rgb(111,18,9); }

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

border-color css

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

 span { border-color: rgb(111,18,9); }

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