Html Css Color HEX #6C1513 Falu Red

📋 copy color: '#6C1513'

red 108 ◦ green 21 ◦ blue 19

#6C1513
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #6C1513

Tints of Falu Red #6C1513

RGB

 RED value IS 108 (42.58% from 255) = 72.97%

 GREEN value IS 21 (8.59% from 255) = 14.19%

 BLUE value IS 19 (7.81% from 255) = 12.84%

R = 72.97%
G = 14.19%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6C1513 (or 0x6C1513) is known color: Falu Red. HEX triplet: 6C, 15 and 13. RGB value is (108,21,19). Sum of RGB (Red+Green+Blue) = 108+21+19=148 (19% of max value = 765). Red value is 108 (42.58% from 255 or 72.97% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1513 is #93EAEC. Grayscale: #2E2E2E. Windows color (decimal): -9693933 or 1250668. OLE color: 1250668.

HSL color Cylindrical-coordinate representation of color #6C1513: hue angle of 1.35º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C1513 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 21 19 -
CMYK 0 0.81 0.82 0.58
HSL 1.35º 0.7% 0.25% -
HSV(B) 1.35º 0.82% 0.42% -
XYZ 6.57 3.77 1 -
YUV 46.79 112.32 171.66 -
System Red Green Blue C M Y K H S L
Decimal 108 21 19 0 0.81 0.82 0.58 1.35 0.7 0.25
Hex 6C 15 13 0 51 52 3A 1 46 19
Octal 154 25 23 0 121 122 72 1 106 31
Binary 1101100 10101 10011 0 1010001 1010010 111010 1 1000110 11001

Color Harmonies of #6C1513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1513

Black with #6C1513

Text Example


Text Example

White with #6C1513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,21,19); }

 H1.HeaderClassName
 {
   color: #6C1513;
 }
 .AnyTagClassName
 {
   color: #6C1513;
 }
</style>

background-color css

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

 a { background-color: rgb(108,21,19); }

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

border-color css

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

 span { border-color: rgb(108,21,19); }

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