Html Css Color HEX #6F120D Falu Red

📋 copy color: '#6F120D'

red 111 ◦ green 18 ◦ blue 13

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

Shades of Falu Red #6F120D

Tints of Falu Red #6F120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.15%

R = 78.17%
G = 12.68%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6F120D (or 0x6F120D) is known color: Falu Red. HEX triplet: 6F, 12 and 0D. RGB value is (111,18,13). Sum of RGB (Red+Green+Blue) = 111+18+13=142 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.17% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 111 - color contains mainly: red. Hex color #6F120D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F120D is #90EDF2. Grayscale: #2D2D2D. Windows color (decimal): -9498099 or 856687. OLE color: 856687.

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

Color convert

RGB 111 18 13 -
CMYK 0 0.84 0.88 0.56
HSL 3.06º 0.79% 0.24% -
HSV(B) 3.06º 0.88% 0.44% -
XYZ 6.84 3.84 0.76 -
YUV 45.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 111 18 13 0 0.84 0.88 0.56 3.06 0.79 0.24
Hex 6F 12 D 0 54 58 38 3 4F 18
Octal 157 22 15 0 124 130 70 3 117 30
Binary 1101111 10010 1101 0 1010100 1011000 111000 11 1001111 11000

Color Harmonies of #6F120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F120D

Black with #6F120D

Text Example


Text Example

White with #6F120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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