Html Css Color HEX #6D150C Falu Red

📋 copy color: '#6D150C'

red 109 ◦ green 21 ◦ blue 12

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

Shades of Falu Red #6D150C

Tints of Falu Red #6D150C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.45%

R = 76.76%
G = 14.79%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#6D150C (or 0x6D150C) is known color: Falu Red. HEX triplet: 6D, 15 and 0C. RGB value is (109,21,12). Sum of RGB (Red+Green+Blue) = 109+21+12=142 (18% of max value = 765). Red value is 109 (42.97% from 255 or 76.76% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 109 - color contains mainly: red. Hex color #6D150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D150C is #92EAF3. Grayscale: #2E2E2E. Windows color (decimal): -9628404 or 791917. OLE color: 791917.

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

Color convert

RGB 109 21 12 -
CMYK 0 0.81 0.89 0.57
HSL 5.57º 0.8% 0.24% -
HSV(B) 5.57º 0.89% 0.43% -
XYZ 6.64 3.81 0.73 -
YUV 46.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 109 21 12 0 0.81 0.89 0.57 5.57 0.8 0.24
Hex 6D 15 C 0 51 59 39 6 50 18
Octal 155 25 14 0 121 131 71 6 120 30
Binary 1101101 10101 1100 0 1010001 1011001 111001 110 1010000 11000

Color Harmonies of #6D150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D150C

Black with #6D150C

Text Example


Text Example

White with #6D150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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