Html Css Color HEX #6C110C Falu Red

📋 copy color: '#6C110C'

red 108 ◦ green 17 ◦ blue 12

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

Shades of Falu Red #6C110C

Tints of Falu Red #6C110C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.76%

R = 78.83%
G = 12.41%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6C110C (or 0x6C110C) is known color: Falu Red. HEX triplet: 6C, 11 and 0C. RGB value is (108,17,12). Sum of RGB (Red+Green+Blue) = 108+17+12=137 (18% of max value = 765). Red value is 108 (42.58% from 255 or 78.83% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 108 - color contains mainly: red. Hex color #6C110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C110C is #93EEF3. Grayscale: #2B2B2B. Windows color (decimal): -9694964 or 790892. OLE color: 790892.

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

Color convert

RGB 108 17 12 -
CMYK 0 0.84 0.89 0.58
HSL 3.13º 0.8% 0.24% -
HSV(B) 3.13º 0.89% 0.42% -
XYZ 6.45 3.62 0.71 -
YUV 43.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 108 17 12 0 0.84 0.89 0.58 3.13 0.8 0.24
Hex 6C 11 C 0 54 59 3A 3 50 18
Octal 154 21 14 0 124 131 72 3 120 30
Binary 1101100 10001 1100 0 1010100 1011001 111010 11 1010000 11000

Color Harmonies of #6C110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C110C

Black with #6C110C

Text Example


Text Example

White with #6C110C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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