Html Css Color HEX #6D1E08 Falu Red

📋 copy color: '#6D1E08'

red 109 ◦ green 30 ◦ blue 8

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

Shades of Falu Red #6D1E08

Tints of Falu Red #6D1E08

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.41%

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

R = 74.15%
G = 20.41%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.57

RGB Variations

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

Color information

#6D1E08 (or 0x6D1E08) is known color: Falu Red. HEX triplet: 6D, 1E and 08. RGB value is (109,30,8). Sum of RGB (Red+Green+Blue) = 109+30+8=147 (19% of max value = 765). Red value is 109 (42.97% from 255 or 74.15% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1E08 is #92E1F7. Grayscale: #333333. Windows color (decimal): -9626104 or 532077. OLE color: 532077.

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

Color convert

RGB 109 30 8 -
CMYK 0 0.72 0.93 0.57
HSL 13.07º 0.86% 0.23% -
HSV(B) 13.07º 0.93% 0.43% -
XYZ 6.81 4.2 0.68 -
YUV 51.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 109 30 8 0 0.72 0.93 0.57 13.07 0.86 0.23
Hex 6D 1E 8 0 48 5D 39 D 56 17
Octal 155 36 10 0 110 135 71 15 126 27
Binary 1101101 11110 1000 0 1001000 1011101 111001 1101 1010110 10111

Color Harmonies of #6D1E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1E08

Black with #6D1E08

Text Example


Text Example

White with #6D1E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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