#6F120F

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

Shades of Falu Red #6F120F

Tints of Falu Red #6F120F

Color information

#6F120F (or 0x6F120F) is unknown color: approx Falu Red. HEX triplet: 6F, 12 and 0F. RGB value is (111,18,15). Sum of RGB (Red+Green+Blue) = 111+18+15=144 (19% of max value = 765). Red value is 111 (43.75% from 255 or 77.08% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 111 - color contains mainly: red. Hex color #6F120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F120F is #90EDF0. Grayscale: #2D2D2D. Windows color (decimal): -9498097 or 987759. OLE color: 987759.

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

Color convert

RGB1111815-
CMYK00.840.860.56
HSL1.88º76.19%24.71%-
HSV(B)1.88º86.49%43.53%-
XYZ6.863.850.83-
YUV45.46110.81174.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 77.08%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 15 (6.25% from 255) = 10.42%
R=77.08%
G=12.5%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111181500.840.860.561.8876.1924.71
Hex6F12F054563824c19
Octal1572217012412670211431
Binary110111110010111101010100101011011100010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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