Html Css Color HEX #6C1108 Falu Red

📋 copy color: '#6C1108'

red 108 ◦ green 17 ◦ blue 8

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

Shades of Falu Red #6C1108

Tints of Falu Red #6C1108

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.78%

 BLUE value IS 8 (3.52% from 255) = 6.02%

R = 81.2%
G = 12.78%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#6C1108 (or 0x6C1108) is known color: Falu Red. HEX triplet: 6C, 11 and 08. RGB value is (108,17,8). Sum of RGB (Red+Green+Blue) = 108+17+8=133 (17% of max value = 765). Red value is 108 (42.58% from 255 or 81.20% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1108 is #93EEF7. Grayscale: #2B2B2B. Windows color (decimal): -9694968 or 528748. OLE color: 528748.

HSL color Cylindrical-coordinate representation of color #6C1108: hue angle of 5.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C1108 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 17 8 -
CMYK 0 0.84 0.93 0.58
HSL 5.4º 0.86% 0.23% -
HSV(B) 5.4º 0.93% 0.42% -
XYZ 6.43 3.61 0.59 -
YUV 43.18 108.15 174.23 -
System Red Green Blue C M Y K H S L
Decimal 108 17 8 0 0.84 0.93 0.58 5.4 0.86 0.23
Hex 6C 11 8 0 54 5D 3A 5 56 17
Octal 154 21 10 0 124 135 72 5 126 27
Binary 1101100 10001 1000 0 1010100 1011101 111010 101 1010110 10111

Color Harmonies of #6C1108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1108

Black with #6C1108

Text Example


Text Example

White with #6C1108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,17,8); }

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

background-color css

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

 a { background-color: rgb(108,17,8); }

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

border-color css

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

 span { border-color: rgb(108,17,8); }

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