Html Css Color HEX #6D1010 Falu Red

📋 copy color: '#6D1010'

red 109 ◦ green 16 ◦ blue 16

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

Shades of Falu Red #6D1010

Tints of Falu Red #6D1010

RGB

 RED value IS 109 (42.97% from 255) = 77.3%

 GREEN value IS 16 (6.64% from 255) = 11.35%

 BLUE value IS 16 (6.64% from 255) = 11.35%

R = 77.3%
G = 11.35%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.57

RGB Variations

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

Color information

#6D1010 (or 0x6D1010) is known color: Falu Red. HEX triplet: 6D, 10 and 10. RGB value is (109,16,16). Sum of RGB (Red+Green+Blue) = 109+16+16=141 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.30% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1010 is #92EFEF. Grayscale: #2B2B2B. Windows color (decimal): -9629680 or 1052781. OLE color: 1052781.

HSL color Cylindrical-coordinate representation of color #6D1010: hue angle of 0º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1010 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 16 16 -
CMYK 0 0.85 0.85 0.57
HSL 0.74% 0.25% -
HSV(B) 0.85% 0.43% -
XYZ 6.59 3.66 0.85 -
YUV 43.81 112.31 174.5 -
System Red Green Blue C M Y K H S L
Decimal 109 16 16 0 0.85 0.85 0.57 0 0.74 0.25
Hex 6D 10 10 0 55 55 39 0 4A 19
Octal 155 20 20 0 125 125 71 0 112 31
Binary 1101101 10000 10000 0 1010101 1010101 111001 0 1001010 11001

Color Harmonies of #6D1010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1010

Black with #6D1010

Text Example


Text Example

White with #6D1010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,16,16); }

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

background-color css

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

 a { background-color: rgb(109,16,16); }

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

border-color css

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

 span { border-color: rgb(109,16,16); }

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