Html Css Color HEX #6D100B Falu Red

📋 copy color: '#6D100B'

red 109 ◦ green 16 ◦ blue 11

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

Shades of Falu Red #6D100B

Tints of Falu Red #6D100B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.09%

R = 80.15%
G = 11.76%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.57

RGB Variations

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

Color information

#6D100B (or 0x6D100B) is known color: Falu Red. HEX triplet: 6D, 10 and 0B. RGB value is (109,16,11). Sum of RGB (Red+Green+Blue) = 109+16+11=136 (18% of max value = 765). Red value is 109 (42.97% from 255 or 80.15% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 109 - color contains mainly: red. Hex color #6D100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D100B is #92EFF4. Grayscale: #2B2B2B. Windows color (decimal): -9629685 or 725101. OLE color: 725101.

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

Color convert

RGB 109 16 11 -
CMYK 0 0.85 0.90 0.57
HSL 3.06º 0.82% 0.24% -
HSV(B) 3.06º 0.9% 0.43% -
XYZ 6.55 3.65 0.67 -
YUV 43.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 109 16 11 0 0.85 0.90 0.57 3.06 0.82 0.24
Hex 6D 10 B 0 55 5A 39 3 52 18
Octal 155 20 13 0 125 132 71 3 122 30
Binary 1101101 10000 1011 0 1010101 1011010 111001 11 1010010 11000

Color Harmonies of #6D100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D100B

Black with #6D100B

Text Example


Text Example

White with #6D100B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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