Html Css Color HEX #6D180F Falu Red

📋 copy color: '#6D180F'

red 109 ◦ green 24 ◦ blue 15

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

Shades of Falu Red #6D180F

Tints of Falu Red #6D180F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.22%

 BLUE value IS 15 (6.25% from 255) = 10.14%

R = 73.65%
G = 16.22%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#6D180F (or 0x6D180F) is known color: Falu Red. HEX triplet: 6D, 18 and 0F. RGB value is (109,24,15). Sum of RGB (Red+Green+Blue) = 109+24+15=148 (19% of max value = 765). Red value is 109 (42.97% from 255 or 73.65% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 109 - color contains mainly: red. Hex color #6D180F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D180F is #92E7F0. Grayscale: #303030. Windows color (decimal): -9627633 or 989293. OLE color: 989293.

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

Color convert

RGB 109 24 15 -
CMYK 0 0.78 0.86 0.57
HSL 5.74º 0.76% 0.24% -
HSV(B) 5.74º 0.86% 0.43% -
XYZ 6.72 3.94 0.86 -
YUV 48.39 109.16 171.23 -
System Red Green Blue C M Y K H S L
Decimal 109 24 15 0 0.78 0.86 0.57 5.74 0.76 0.24
Hex 6D 18 F 0 4E 56 39 6 4C 18
Octal 155 30 17 0 116 126 71 6 114 30
Binary 1101101 11000 1111 0 1001110 1010110 111001 110 1001100 11000

Color Harmonies of #6D180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D180F

Black with #6D180F

Text Example


Text Example

White with #6D180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,24,15); }

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

background-color css

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

 a { background-color: rgb(109,24,15); }

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

border-color css

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

 span { border-color: rgb(109,24,15); }

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