#6C120B

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

Shades of Falu Red #6C120B

Tints of Falu Red #6C120B

Color information

#6C120B (or 0x6C120B) is unknown color: approx Falu Red. HEX triplet: 6C, 12 and 0B. RGB value is (108,18,11). Sum of RGB (Red+Green+Blue) = 108+18+11=137 (18% of max value = 765). Red value is 108 (42.58% from 255 or 78.83% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 108 - color contains mainly: red. Hex color #6C120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C120B is #93EDF4. Grayscale: #2C2C2C. Windows color (decimal): -9694709 or 725612. OLE color: 725612.

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

Color convert

RGB1081811-
CMYK00.830.900.58
HSL4.33º81.51%23.33%-
HSV(B)4.33º89.81%42.35%-
XYZ6.463.640.68-
YUV44.11109.32173.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 78.83%
GREEN value IS 18 (7.42% from 255) = 13.14%
BLUE value IS 11 (4.69% from 255) = 8.03%
R=78.83%
G=13.14%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108181100.830.900.584.3381.5123.33
Hex6C12B0535A3A45217
Octal1542213012313272412227
Binary1101100100101011010100111011010111010100101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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