#6F110B

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

Shades of Falu Red #6F110B

Tints of Falu Red #6F110B

Color information

#6F110B (or 0x6F110B) is unknown color: approx Falu Red. HEX triplet: 6F, 11 and 0B. RGB value is (111,17,11). Sum of RGB (Red+Green+Blue) = 111+17+11=139 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.86% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 111 - color contains mainly: red. Hex color #6F110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F110B is #90EEF4. Grayscale: #2C2C2C. Windows color (decimal): -9498357 or 725359. OLE color: 725359.

HSL color Cylindrical-coordinate representation of color #6F110B: hue angle of 3.6º 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 #6F110B is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1111711-
CMYK00.850.900.56
HSL3.6º81.97%23.92%-
HSV(B)3.6º90.09%43.53%-
XYZ6.823.80.69-
YUV44.42109.14175.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 79.86%
GREEN value IS 17 (7.03% from 255) = 12.23%
BLUE value IS 11 (4.69% from 255) = 7.91%
R=79.86%
G=12.23%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111171100.850.900.563.681.9723.92
Hex6F11B0555A3845218
Octal1572113012513270412230
Binary1101111100011011010101011011010111000100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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