#6C1A08

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

Shades of Falu Red #6C1A08

Tints of Falu Red #6C1A08

Color information

#6C1A08 (or 0x6C1A08) is unknown color: approx Falu Red. HEX triplet: 6C, 1A and 08. RGB value is (108,26,8). Sum of RGB (Red+Green+Blue) = 108+26+8=142 (18% of max value = 765). Red value is 108 (42.58% from 255 or 76.06% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C1A08 is #93E5F7. Grayscale: #303030. Windows color (decimal): -9692664 or 531052. OLE color: 531052.

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

Color convert

RGB108268-
CMYK00.760.930.58
HSL10.8º86.21%22.75%-
HSV(B)10.8º92.59%42.35%-
XYZ6.63.940.64-
YUV48.47105.17170.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 76.06%
GREEN value IS 26 (10.55% from 255) = 18.31%
BLUE value IS 8 (3.52% from 255) = 5.63%
R=76.06%
G=18.31%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10826800.760.930.5810.886.2122.75
Hex6C1A804C5D3Ab5617
Octal15432100114135721312627
Binary11011001101010000100110010111011110101011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,26,8); }

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

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

 a { background-color: rgb(108,26,8); }

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

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

 span { border-color: rgb(108,26,8); }

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