Html Css Color HEX #6D110B Falu Red

📋 copy color: '#6D110B'

red 109 ◦ green 17 ◦ blue 11

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

Shades of Falu Red #6D110B

Tints of Falu Red #6D110B

RGB

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

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

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

R = 79.56%
G = 12.41%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.57

RGB Variations

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

Color information

#6D110B (or 0x6D110B) is known color: Falu Red. HEX triplet: 6D, 11 and 0B. RGB value is (109,17,11). Sum of RGB (Red+Green+Blue) = 109+17+11=137 (18% of max value = 765). Red value is 109 (42.97% from 255 or 79.56% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 109 - color contains mainly: red. Hex color #6D110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D110B is #92EEF4. Grayscale: #2B2B2B. Windows color (decimal): -9629429 or 725357. OLE color: 725357.

HSL color Cylindrical-coordinate representation of color #6D110B: hue angle of 3.67º 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 #6D110B is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 17 11 -
CMYK 0 0.84 0.90 0.57
HSL 3.67º 0.82% 0.24% -
HSV(B) 3.67º 0.9% 0.43% -
XYZ 6.57 3.68 0.68 -
YUV 43.82 109.48 174.49 -
System Red Green Blue C M Y K H S L
Decimal 109 17 11 0 0.84 0.90 0.57 3.67 0.82 0.24
Hex 6D 11 B 0 54 5A 39 4 52 18
Octal 155 21 13 0 124 132 71 4 122 30
Binary 1101101 10001 1011 0 1010100 1011010 111001 100 1010010 11000

Color Harmonies of #6D110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D110B

Black with #6D110B

Text Example


Text Example

White with #6D110B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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