#6D1508

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

Shades of Falu Red #6D1508

Tints of Falu Red #6D1508

Color information

#6D1508 (or 0x6D1508) is unknown color: approx Falu Red. HEX triplet: 6D, 15 and 08. RGB value is (109,21,8). Sum of RGB (Red+Green+Blue) = 109+21+8=138 (18% of max value = 765). Red value is 109 (42.97% from 255 or 78.99% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1508 is #92EAF7. Grayscale: #2D2D2D. Windows color (decimal): -9628408 or 529773. OLE color: 529773.

HSL color Cylindrical-coordinate representation of color #6D1508: hue angle of 7.72º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D1508 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.57.

Color convert

RGB109218-
CMYK00.810.930.57
HSL7.72º86.32%22.94%-
HSV(B)7.72º92.66%42.75%-
XYZ6.623.810.62-
YUV45.83106.65173.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 78.99%
GREEN value IS 21 (8.59% from 255) = 15.22%
BLUE value IS 8 (3.52% from 255) = 5.80%
R=78.99%
G=15.22%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10921800.810.930.577.7286.3222.94
Hex6D1580515D3985617
Octal15525100121135711012627
Binary11011011010110000101000110111011110011000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,21,8); }

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

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

 a { background-color: rgb(109,21,8); }

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

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

 span { border-color: rgb(109,21,8); }

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