#6C190B

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

Shades of Falu Red #6C190B

Tints of Falu Red #6C190B

Color information

#6C190B (or 0x6C190B) is unknown color: approx Falu Red. HEX triplet: 6C, 19 and 0B. RGB value is (108,25,11). Sum of RGB (Red+Green+Blue) = 108+25+11=144 (19% of max value = 765). Red value is 108 (42.58% from 255 or 75% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 108 - color contains mainly: red. Hex color #6C190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C190B is #93E6F4. Grayscale: #303030. Windows color (decimal): -9692917 or 727404. OLE color: 727404.

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

Color convert

RGB1082511-
CMYK00.770.900.58
HSL8.66º81.51%23.33%-
HSV(B)8.66º89.81%42.35%-
XYZ6.593.910.72-
YUV48.22107170.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 75%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 11 (4.69% from 255) = 7.64%
R=75%
G=17.36%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108251100.770.900.588.6681.5123.33
Hex6C19B04D5A3A95217
Octal15431130115132721112227
Binary11011001100110110100110110110101110101001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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