#6D1B0B

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

Shades of Falu Red #6D1B0B

Tints of Falu Red #6D1B0B

Color information

#6D1B0B (or 0x6D1B0B) is unknown color: approx Falu Red. HEX triplet: 6D, 1B and 0B. RGB value is (109,27,11). Sum of RGB (Red+Green+Blue) = 109+27+11=147 (19% of max value = 765). Red value is 109 (42.97% from 255 or 74.15% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1B0B is #92E4F4. Grayscale: #313131. Windows color (decimal): -9626869 or 727917. OLE color: 727917.

HSL color Cylindrical-coordinate representation of color #6D1B0B: hue angle of 9.8º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D1B0B is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.57.

Color convert

RGB1092711-
CMYK00.750.900.57
HSL9.8º81.67%23.53%-
HSV(B)9.8º89.91%42.75%-
XYZ6.764.060.74-
YUV49.69106.17170.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 74.15%
GREEN value IS 27 (10.94% from 255) = 18.37%
BLUE value IS 11 (4.69% from 255) = 7.48%
R=74.15%
G=18.37%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109271100.750.900.579.881.6723.53
Hex6D1BB04B5A39a5218
Octal15533130113132711212230
Binary11011011101110110100101110110101110011010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,27,11); }

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

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

 a { background-color: rgb(109,27,11); }

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

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

 span { border-color: rgb(109,27,11); }

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