Html Css Color HEX #6E1703 Falu Red

📋 copy color: '#6E1703'

red 110 ◦ green 23 ◦ blue 3

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

Shades of Falu Red #6E1703

Tints of Falu Red #6E1703

RGB

 RED value IS 110 (43.36% from 255) = 80.88%

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

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

R = 80.88%
G = 16.91%
B = 2.21%

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

#6E1703 (or 0x6E1703) is known color: Falu Red. HEX triplet: 6E, 17 and 03. RGB value is (110,23,3). Sum of RGB (Red+Green+Blue) = 110+23+3=136 (18% of max value = 765). Red value is 110 (43.36% from 255 or 80.88% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1703 is #91E8FC. Grayscale: #2E2E2E. Windows color (decimal): -9562365 or 202606. OLE color: 202606.

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

Color convert

RGB 110 23 3 -
CMYK 0 0.79 0.97 0.57
HSL 11.21º 0.95% 0.22% -
HSV(B) 11.21º 0.97% 0.43% -
XYZ 6.75 3.93 0.49 -
YUV 46.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 110 23 3 0 0.79 0.97 0.57 11.21 0.95 0.22
Hex 6E 17 3 0 4F 61 39 B 5F 16
Octal 156 27 3 0 117 141 71 13 137 26
Binary 1101110 10111 11 0 1001111 1100001 111001 1011 1011111 10110

Color Harmonies of #6E1703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1703

Black with #6E1703

Text Example


Text Example

White with #6E1703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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