Html Css Color HEX #6A1603 Falu Red

📋 copy color: '#6A1603'

red 106 ◦ green 22 ◦ blue 3

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

Shades of Falu Red #6A1603

Tints of Falu Red #6A1603

RGB

 RED value IS 106 (41.8% from 255) = 80.92%

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

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

R = 80.92%
G = 16.79%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#6A1603 (or 0x6A1603) is known color: Falu Red. HEX triplet: 6A, 16 and 03. RGB value is (106,22,3). Sum of RGB (Red+Green+Blue) = 106+22+3=131 (17% of max value = 765). Red value is 106 (41.80% from 255 or 80.92% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1603 is #95E9FC. Grayscale: #2D2D2D. Windows color (decimal): -9824765 or 202346. OLE color: 202346.

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

Color convert

RGB 106 22 3 -
CMYK 0 0.79 0.97 0.58
HSL 11.07º 0.94% 0.21% -
HSV(B) 11.07º 0.97% 0.42% -
XYZ 6.25 3.64 0.46 -
YUV 44.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 106 22 3 0 0.79 0.97 0.58 11.07 0.94 0.21
Hex 6A 16 3 0 4F 61 3A B 5E 15
Octal 152 26 3 0 117 141 72 13 136 25
Binary 1101010 10110 11 0 1001111 1100001 111010 1011 1011110 10101

Color Harmonies of #6A1603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1603

Black with #6A1603

Text Example


Text Example

White with #6A1603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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