Html Css Color HEX #6E1603 Falu Red

📋 copy color: '#6E1603'

red 110 ◦ green 22 ◦ blue 3

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

Shades of Falu Red #6E1603

Tints of Falu Red #6E1603

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.3%

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

R = 81.48%
G = 16.3%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.97

 K value IS 0.57

RGB Variations

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

Color information

#6E1603 (or 0x6E1603) is known color: Falu Red. HEX triplet: 6E, 16 and 03. RGB value is (110,22,3). Sum of RGB (Red+Green+Blue) = 110+22+3=135 (17% of max value = 765). Red value is 110 (43.36% from 255 or 81.48% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1603 is #91E9FC. Grayscale: #2E2E2E. Windows color (decimal): -9562621 or 202350. OLE color: 202350.

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

Color convert

RGB 110 22 3 -
CMYK 0 0.8 0.97 0.57
HSL 10.65º 0.95% 0.22% -
HSV(B) 10.65º 0.97% 0.43% -
XYZ 6.73 3.9 0.48 -
YUV 46.15 103.65 173.54 -
System Red Green Blue C M Y K H S L
Decimal 110 22 3 0 0.8 0.97 0.57 10.65 0.95 0.22
Hex 6E 16 3 0 50 61 39 B 5F 16
Octal 156 26 3 0 120 141 71 13 137 26
Binary 1101110 10110 11 0 1010000 1100001 111001 1011 1011111 10110

Color Harmonies of #6E1603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1603

Black with #6E1603

Text Example


Text Example

White with #6E1603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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