#6C1906

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

Shades of Falu Red #6C1906

Tints of Falu Red #6C1906

Color information

#6C1906 (or 0x6C1906) is unknown color: approx Falu Red. HEX triplet: 6C, 19 and 06. RGB value is (108,25,6). Sum of RGB (Red+Green+Blue) = 108+25+6=139 (18% of max value = 765). Red value is 108 (42.58% from 255 or 77.70% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1906 is #93E6F9. Grayscale: #2F2F2F. Windows color (decimal): -9692922 or 399724. OLE color: 399724.

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

Color convert

RGB108256-
CMYK00.770.940.58
HSL11.18º89.47%22.35%-
HSV(B)11.18º94.44%42.35%-
XYZ6.563.90.58-
YUV47.65104.5171.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 77.70%
GREEN value IS 25 (10.16% from 255) = 17.99%
BLUE value IS 6 (2.73% from 255) = 4.32%
R=77.70%
G=17.99%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10825600.770.940.5811.1889.4722.35
Hex6C19604D5E3Ab5916
Octal1543160115136721313126
Binary1101100110011100100110110111101110101011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,25,6); }

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

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

 a { background-color: rgb(108,25,6); }

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

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

 span { border-color: rgb(108,25,6); }

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