#6A0F0C

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

Shades of Falu Red #6A0F0C

Tints of Falu Red #6A0F0C

Color information

#6A0F0C (or 0x6A0F0C) is unknown color: approx Falu Red. HEX triplet: 6A, 0F and 0C. RGB value is (106,15,12). Sum of RGB (Red+Green+Blue) = 106+15+12=133 (17% of max value = 765). Red value is 106 (41.80% from 255 or 79.70% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0F0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0F0C is #95F0F3. Grayscale: #292929. Windows color (decimal): -9826548 or 790378. OLE color: 790378.

HSL color Cylindrical-coordinate representation of color #6A0F0C: hue angle of 1.91º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A0F0C is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB1061512-
CMYK00.860.890.58
HSL1.91º79.66%23.14%-
HSV(B)1.91º88.68%41.57%-
XYZ6.183.430.68-
YUV41.87111.15173.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 79.70%
GREEN value IS 15 (6.25% from 255) = 11.28%
BLUE value IS 12 (5.08% from 255) = 9.02%
R=79.70%
G=11.28%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106151200.860.890.581.9179.6623.14
Hex6AFC056593A25017
Octal1521714012613172212027
Binary11010101111110001010110101100111101010101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,15,12); }

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

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

 a { background-color: rgb(106,15,12); }

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

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

 span { border-color: rgb(106,15,12); }

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