Html Css Color HEX #6F1512 Falu Red

📋 copy color: '#6F1512'

red 111 ◦ green 21 ◦ blue 18

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

Shades of Falu Red #6F1512

Tints of Falu Red #6F1512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14%

 BLUE value IS 18 (7.42% from 255) = 12%

R = 74%
G = 14%
B = 12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#6F1512 (or 0x6F1512) is known color: Falu Red. HEX triplet: 6F, 15 and 12. RGB value is (111,21,18). Sum of RGB (Red+Green+Blue) = 111+21+18=150 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1512 is #90EAED. Grayscale: #2F2F2F. Windows color (decimal): -9497326 or 1185135. OLE color: 1185135.

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

Color convert

RGB 111 21 18 -
CMYK 0 0.81 0.84 0.56
HSL 1.94º 0.72% 0.25% -
HSV(B) 1.94º 0.84% 0.44% -
XYZ 6.93 3.96 0.97 -
YUV 47.57 111.32 173.24 -
System Red Green Blue C M Y K H S L
Decimal 111 21 18 0 0.81 0.84 0.56 1.94 0.72 0.25
Hex 6F 15 12 0 51 54 38 2 48 19
Octal 157 25 22 0 121 124 70 2 110 31
Binary 1101111 10101 10010 0 1010001 1010100 111000 10 1001000 11001

Color Harmonies of #6F1512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1512

Black with #6F1512

Text Example


Text Example

White with #6F1512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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