Html Css Color HEX #6D1208 Falu Red

📋 copy color: '#6D1208'

red 109 ◦ green 18 ◦ blue 8

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

Shades of Falu Red #6D1208

Tints of Falu Red #6D1208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.33%

 BLUE value IS 8 (3.52% from 255) = 5.93%

R = 80.74%
G = 13.33%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.57

RGB Variations

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

Color information

#6D1208 (or 0x6D1208) is known color: Falu Red. HEX triplet: 6D, 12 and 08. RGB value is (109,18,8). Sum of RGB (Red+Green+Blue) = 109+18+8=135 (17% of max value = 765). Red value is 109 (42.97% from 255 or 80.74% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1208 is #92EDF7. Grayscale: #2C2C2C. Windows color (decimal): -9629176 or 529005. OLE color: 529005.

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

Color convert

RGB 109 18 8 -
CMYK 0 0.83 0.93 0.57
HSL 5.94º 0.86% 0.23% -
HSV(B) 5.94º 0.93% 0.43% -
XYZ 6.57 3.7 0.6 -
YUV 44.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 109 18 8 0 0.83 0.93 0.57 5.94 0.86 0.23
Hex 6D 12 8 0 53 5D 39 6 56 17
Octal 155 22 10 0 123 135 71 6 126 27
Binary 1101101 10010 1000 0 1010011 1011101 111001 110 1010110 10111

Color Harmonies of #6D1208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1208

Black with #6D1208

Text Example


Text Example

White with #6D1208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,18,8); }

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

background-color css

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

 a { background-color: rgb(109,18,8); }

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

border-color css

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

 span { border-color: rgb(109,18,8); }

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