#6F120B

Color #6F120B Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #6F120B

Tints of Falu Red #6F120B

Color information

#6F120B (or 0x6F120B) is unknown color: approx Falu Red. HEX triplet: 6F, 12 and 0B. RGB value is (111,18,11). Sum of RGB (Red+Green+Blue) = 111+18+11=140 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.29% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 111 - color contains mainly: red. Hex color #6F120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F120B is #90EDF4. Grayscale: #2D2D2D. Windows color (decimal): -9498101 or 725615. OLE color: 725615.

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

Color convert

RGB1111811-
CMYK00.840.900.56
HSL4.2º81.97%23.92%-
HSV(B)4.2º90.09%43.53%-
XYZ6.833.840.7-
YUV45.01108.81175.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 79.29%
GREEN value IS 18 (7.42% from 255) = 12.86%
BLUE value IS 11 (4.69% from 255) = 7.86%
R=79.29%
G=12.86%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111181100.840.900.564.281.9723.92
Hex6F12B0545A3845218
Octal1572213012413270412230
Binary1101111100101011010101001011010111000100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F120B;
 }
 .AnyTagClassName
 {
   color: #6F120B;
 }
</style>
background-color css

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

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

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

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

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

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