Html Css Color HEX #6D150B Falu Red

📋 copy color: '#6D150B'

red 109 ◦ green 21 ◦ blue 11

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

Shades of Falu Red #6D150B

Tints of Falu Red #6D150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

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

R = 77.3%
G = 14.89%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.57

RGB Variations

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

Color information

#6D150B (or 0x6D150B) is known color: Falu Red. HEX triplet: 6D, 15 and 0B. RGB value is (109,21,11). Sum of RGB (Red+Green+Blue) = 109+21+11=141 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.30% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 109 - color contains mainly: red. Hex color #6D150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D150B is #92EAF4. Grayscale: #2E2E2E. Windows color (decimal): -9628405 or 726381. OLE color: 726381.

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

Color convert

RGB 109 21 11 -
CMYK 0 0.81 0.90 0.57
HSL 6.12º 0.82% 0.24% -
HSV(B) 6.12º 0.9% 0.43% -
XYZ 6.64 3.81 0.7 -
YUV 46.17 108.15 172.81 -
System Red Green Blue C M Y K H S L
Decimal 109 21 11 0 0.81 0.90 0.57 6.12 0.82 0.24
Hex 6D 15 B 0 51 5A 39 6 52 18
Octal 155 25 13 0 121 132 71 6 122 30
Binary 1101101 10101 1011 0 1010001 1011010 111001 110 1010010 11000

Color Harmonies of #6D150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D150B

Black with #6D150B

Text Example


Text Example

White with #6D150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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