#6C1A0B

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

Shades of Falu Red #6C1A0B

Tints of Falu Red #6C1A0B

Color information

#6C1A0B (or 0x6C1A0B) is unknown color: approx Falu Red. HEX triplet: 6C, 1A and 0B. RGB value is (108,26,11). Sum of RGB (Red+Green+Blue) = 108+26+11=145 (19% of max value = 765). Red value is 108 (42.58% from 255 or 74.48% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C1A0B is #93E5F4. Grayscale: #303030. Windows color (decimal): -9692661 or 727660. OLE color: 727660.

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

Color convert

RGB1082611-
CMYK00.760.900.58
HSL9.28º81.51%23.33%-
HSV(B)9.28º89.81%42.35%-
XYZ6.613.950.73-
YUV48.81106.67170.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 74.48%
GREEN value IS 26 (10.55% from 255) = 17.93%
BLUE value IS 11 (4.69% from 255) = 7.59%
R=74.48%
G=17.93%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108261100.760.900.589.2881.5123.33
Hex6C1AB04C5A3A95217
Octal15432130114132721112227
Binary11011001101010110100110010110101110101001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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