Html Css Color HEX #6B1803 Falu Red

📋 copy color: '#6B1803'

red 107 ◦ green 24 ◦ blue 3

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

Shades of Falu Red #6B1803

Tints of Falu Red #6B1803

RGB

 RED value IS 107 (42.19% from 255) = 79.85%

 GREEN value IS 24 (9.77% from 255) = 17.91%

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

R = 79.85%
G = 17.91%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#6B1803 (or 0x6B1803) is known color: Falu Red. HEX triplet: 6B, 18 and 03. RGB value is (107,24,3). Sum of RGB (Red+Green+Blue) = 107+24+3=134 (17% of max value = 765). Red value is 107 (42.19% from 255 or 79.85% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1803 is #94E7FC. Grayscale: #2E2E2E. Windows color (decimal): -9758717 or 202859. OLE color: 202859.

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

Color convert

RGB 107 24 3 -
CMYK 0 0.78 0.97 0.58
HSL 12.12º 0.95% 0.22% -
HSV(B) 12.12º 0.97% 0.42% -
XYZ 6.41 3.79 0.48 -
YUV 46.42 103.5 171.21 -
System Red Green Blue C M Y K H S L
Decimal 107 24 3 0 0.78 0.97 0.58 12.12 0.95 0.22
Hex 6B 18 3 0 4E 61 3A C 5F 16
Octal 153 30 3 0 116 141 72 14 137 26
Binary 1101011 11000 11 0 1001110 1100001 111010 1100 1011111 10110

Color Harmonies of #6B1803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1803

Black with #6B1803

Text Example


Text Example

White with #6B1803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,24,3); }

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

background-color css

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

 a { background-color: rgb(107,24,3); }

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

border-color css

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

 span { border-color: rgb(107,24,3); }

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