#6C140B

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

Shades of Falu Red #6C140B

Tints of Falu Red #6C140B

Color information

#6C140B (or 0x6C140B) is unknown color: approx Falu Red. HEX triplet: 6C, 14 and 0B. RGB value is (108,20,11). Sum of RGB (Red+Green+Blue) = 108+20+11=139 (18% of max value = 765). Red value is 108 (42.58% from 255 or 77.70% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 108 - color contains mainly: red. Hex color #6C140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C140B is #93EBF4. Grayscale: #2D2D2D. Windows color (decimal): -9694197 or 726124. OLE color: 726124.

HSL color Cylindrical-coordinate representation of color #6C140B: hue angle of 5.57º 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 #6C140B is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB1082011-
CMYK00.810.900.58
HSL5.57º81.51%23.33%-
HSV(B)5.57º89.81%42.35%-
XYZ6.493.710.69-
YUV45.29108.65172.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 77.70%
GREEN value IS 20 (8.20% from 255) = 14.39%
BLUE value IS 11 (4.69% from 255) = 7.91%
R=77.70%
G=14.39%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108201100.810.900.585.5781.5123.33
Hex6C14B0515A3A65217
Octal1542413012113272612227
Binary1101100101001011010100011011010111010110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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