Html Css Color HEX #6C1413 Falu Red

📋 copy color: '#6C1413'

red 108 ◦ green 20 ◦ blue 19

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

Shades of Falu Red #6C1413

Tints of Falu Red #6C1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.61%

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

R = 73.47%
G = 13.61%
B = 12.93%

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

#6C1413 (or 0x6C1413) is known color: Falu Red. HEX triplet: 6C, 14 and 13. RGB value is (108,20,19). Sum of RGB (Red+Green+Blue) = 108+20+19=147 (19% of max value = 765). Red value is 108 (42.58% from 255 or 73.47% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1413 is #93EBEC. Grayscale: #2E2E2E. Windows color (decimal): -9694189 or 1250412. OLE color: 1250412.

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

Color convert

RGB 108 20 19 -
CMYK 0 0.81 0.82 0.58
HSL 0.67º 0.7% 0.25% -
HSV(B) 0.67º 0.82% 0.42% -
XYZ 6.55 3.74 0.99 -
YUV 46.2 112.65 172.08 -
System Red Green Blue C M Y K H S L
Decimal 108 20 19 0 0.81 0.82 0.58 0.67 0.7 0.25
Hex 6C 14 13 0 51 52 3A 1 46 19
Octal 154 24 23 0 121 122 72 1 106 31
Binary 1101100 10100 10011 0 1010001 1010010 111010 1 1000110 11001

Color Harmonies of #6C1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1413

Black with #6C1413

Text Example


Text Example

White with #6C1413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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