Html Css Color HEX #6D180C Falu Red

📋 copy color: '#6D180C'

red 109 ◦ green 24 ◦ blue 12

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

Shades of Falu Red #6D180C

Tints of Falu Red #6D180C

RGB

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

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

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

R = 75.17%
G = 16.55%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#6D180C (or 0x6D180C) is known color: Falu Red. HEX triplet: 6D, 18 and 0C. RGB value is (109,24,12). Sum of RGB (Red+Green+Blue) = 109+24+12=145 (19% of max value = 765). Red value is 109 (42.97% from 255 or 75.17% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 109 - color contains mainly: red. Hex color #6D180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D180C is #92E7F3. Grayscale: #303030. Windows color (decimal): -9627636 or 792685. OLE color: 792685.

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

Color convert

RGB 109 24 12 -
CMYK 0 0.78 0.89 0.57
HSL 7.42º 0.8% 0.24% -
HSV(B) 7.42º 0.89% 0.43% -
XYZ 6.7 3.93 0.75 -
YUV 48.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 109 24 12 0 0.78 0.89 0.57 7.42 0.8 0.24
Hex 6D 18 C 0 4E 59 39 7 50 18
Octal 155 30 14 0 116 131 71 7 120 30
Binary 1101101 11000 1100 0 1001110 1011001 111001 111 1010000 11000

Color Harmonies of #6D180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D180C

Black with #6D180C

Text Example


Text Example

White with #6D180C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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