Html Css Color HEX #6D100A Falu Red

📋 copy color: '#6D100A'

red 109 ◦ green 16 ◦ blue 10

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

Shades of Falu Red #6D100A

Tints of Falu Red #6D100A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.41%

R = 80.74%
G = 11.85%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.57

RGB Variations

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

Color information

#6D100A (or 0x6D100A) is known color: Falu Red. HEX triplet: 6D, 10 and 0A. RGB value is (109,16,10). Sum of RGB (Red+Green+Blue) = 109+16+10=135 (17% of max value = 765). Red value is 109 (42.97% from 255 or 80.74% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 109 - color contains mainly: red. Hex color #6D100A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D100A is #92EFF5. Grayscale: #2B2B2B. Windows color (decimal): -9629686 or 659565. OLE color: 659565.

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

Color convert

RGB 109 16 10 -
CMYK 0 0.85 0.91 0.57
HSL 3.64º 0.83% 0.23% -
HSV(B) 3.64º 0.91% 0.43% -
XYZ 6.55 3.64 0.65 -
YUV 43.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 109 16 10 0 0.85 0.91 0.57 3.64 0.83 0.23
Hex 6D 10 A 0 55 5B 39 4 53 17
Octal 155 20 12 0 125 133 71 4 123 27
Binary 1101101 10000 1010 0 1010101 1011011 111001 100 1010011 10111

Color Harmonies of #6D100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D100A

Black with #6D100A

Text Example


Text Example

White with #6D100A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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