Html Css Color HEX #6D1405 Falu Red

📋 copy color: '#6D1405'

red 109 ◦ green 20 ◦ blue 5

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

Shades of Falu Red #6D1405

Tints of Falu Red #6D1405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.93%

 BLUE value IS 5 (2.34% from 255) = 3.73%

R = 81.34%
G = 14.93%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#6D1405 (or 0x6D1405) is known color: Falu Red. HEX triplet: 6D, 14 and 05. RGB value is (109,20,5). Sum of RGB (Red+Green+Blue) = 109+20+5=134 (17% of max value = 765). Red value is 109 (42.97% from 255 or 81.34% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1405 is #92EBFA. Grayscale: #2D2D2D. Windows color (decimal): -9628667 or 332909. OLE color: 332909.

HSL color Cylindrical-coordinate representation of color #6D1405: hue angle of 8.65º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D1405 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 20 5 -
CMYK 0 0.82 0.95 0.57
HSL 8.65º 0.91% 0.22% -
HSV(B) 8.65º 0.95% 0.43% -
XYZ 6.58 3.76 0.52 -
YUV 44.9 105.49 173.72 -
System Red Green Blue C M Y K H S L
Decimal 109 20 5 0 0.82 0.95 0.57 8.65 0.91 0.22
Hex 6D 14 5 0 52 5F 39 9 5B 16
Octal 155 24 5 0 122 137 71 11 133 26
Binary 1101101 10100 101 0 1010010 1011111 111001 1001 1011011 10110

Color Harmonies of #6D1405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1405

Black with #6D1405

Text Example


Text Example

White with #6D1405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,20,5); }

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

background-color css

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

 a { background-color: rgb(109,20,5); }

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

border-color css

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

 span { border-color: rgb(109,20,5); }

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