Html Css Color HEX #6D1A08 Falu Red

📋 copy color: '#6D1A08'

red 109 ◦ green 26 ◦ blue 8

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

Shades of Falu Red #6D1A08

Tints of Falu Red #6D1A08

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.18%

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

R = 76.22%
G = 18.18%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.57

RGB Variations

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

Color information

#6D1A08 (or 0x6D1A08) is known color: Falu Red. HEX triplet: 6D, 1A and 08. RGB value is (109,26,8). Sum of RGB (Red+Green+Blue) = 109+26+8=143 (18% of max value = 765). Red value is 109 (42.97% from 255 or 76.22% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1A08 is #92E5F7. Grayscale: #303030. Windows color (decimal): -9627128 or 531053. OLE color: 531053.

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

Color convert

RGB 109 26 8 -
CMYK 0 0.76 0.93 0.57
HSL 10.69º 0.86% 0.23% -
HSV(B) 10.69º 0.93% 0.43% -
XYZ 6.72 4.01 0.65 -
YUV 48.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 109 26 8 0 0.76 0.93 0.57 10.69 0.86 0.23
Hex 6D 1A 8 0 4C 5D 39 B 56 17
Octal 155 32 10 0 114 135 71 13 126 27
Binary 1101101 11010 1000 0 1001100 1011101 111001 1011 1010110 10111

Color Harmonies of #6D1A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1A08

Black with #6D1A08

Text Example


Text Example

White with #6D1A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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