Html Css Color HEX #6C1703 Falu Red

📋 copy color: '#6C1703'

red 108 ◦ green 23 ◦ blue 3

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

Shades of Falu Red #6C1703

Tints of Falu Red #6C1703

RGB

 RED value IS 108 (42.58% from 255) = 80.6%

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

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

R = 80.6%
G = 17.16%
B = 2.24%

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

#6C1703 (or 0x6C1703) is known color: Falu Red. HEX triplet: 6C, 17 and 03. RGB value is (108,23,3). Sum of RGB (Red+Green+Blue) = 108+23+3=134 (17% of max value = 765). Red value is 108 (42.58% from 255 or 80.60% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1703 is #93E8FC. Grayscale: #2E2E2E. Windows color (decimal): -9693437 or 202604. OLE color: 202604.

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

Color convert

RGB 108 23 3 -
CMYK 0 0.79 0.97 0.58
HSL 11.43º 0.95% 0.22% -
HSV(B) 11.43º 0.97% 0.42% -
XYZ 6.51 3.81 0.48 -
YUV 46.14 103.66 172.13 -
System Red Green Blue C M Y K H S L
Decimal 108 23 3 0 0.79 0.97 0.58 11.43 0.95 0.22
Hex 6C 17 3 0 4F 61 3A B 5F 16
Octal 154 27 3 0 117 141 72 13 137 26
Binary 1101100 10111 11 0 1001111 1100001 111010 1011 1011111 10110

Color Harmonies of #6C1703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1703

Black with #6C1703

Text Example


Text Example

White with #6C1703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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