Html Css Color HEX #6D1703 Falu Red

📋 copy color: '#6D1703'

red 109 ◦ green 23 ◦ blue 3

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

Shades of Falu Red #6D1703

Tints of Falu Red #6D1703

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.04%

 BLUE value IS 3 (1.56% from 255) = 2.22%

R = 80.74%
G = 17.04%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.57

RGB Variations

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

Color information

#6D1703 (or 0x6D1703) is known color: Falu Red. HEX triplet: 6D, 17 and 03. RGB value is (109,23,3). Sum of RGB (Red+Green+Blue) = 109+23+3=135 (17% of max value = 765). Red value is 109 (42.97% from 255 or 80.74% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1703 is #92E8FC. Grayscale: #2E2E2E. Windows color (decimal): -9627901 or 202605. OLE color: 202605.

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

Color convert

RGB 109 23 3 -
CMYK 0 0.79 0.97 0.57
HSL 11.32º 0.95% 0.22% -
HSV(B) 11.32º 0.97% 0.43% -
XYZ 6.63 3.87 0.48 -
YUV 46.43 103.49 172.63 -
System Red Green Blue C M Y K H S L
Decimal 109 23 3 0 0.79 0.97 0.57 11.32 0.95 0.22
Hex 6D 17 3 0 4F 61 39 B 5F 16
Octal 155 27 3 0 117 141 71 13 137 26
Binary 1101101 10111 11 0 1001111 1100001 111001 1011 1011111 10110

Color Harmonies of #6D1703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1703

Black with #6D1703

Text Example


Text Example

White with #6D1703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,23,3); }

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

background-color css

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

 a { background-color: rgb(109,23,3); }

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

border-color css

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

 span { border-color: rgb(109,23,3); }

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