Html Css Color HEX #6C1307 Falu Red

📋 copy color: '#6C1307'

red 108 ◦ green 19 ◦ blue 7

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

Shades of Falu Red #6C1307

Tints of Falu Red #6C1307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.18%

 BLUE value IS 7 (3.13% from 255) = 5.22%

R = 80.6%
G = 14.18%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#6C1307 (or 0x6C1307) is known color: Falu Red. HEX triplet: 6C, 13 and 07. RGB value is (108,19,7). Sum of RGB (Red+Green+Blue) = 108+19+7=134 (17% of max value = 765). Red value is 108 (42.58% from 255 or 80.60% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1307 is #93ECF8. Grayscale: #2C2C2C. Windows color (decimal): -9694457 or 463724. OLE color: 463724.

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

Color convert

RGB 108 19 7 -
CMYK 0 0.82 0.94 0.58
HSL 7.13º 0.88% 0.23% -
HSV(B) 7.13º 0.94% 0.42% -
XYZ 6.46 3.67 0.57 -
YUV 44.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 108 19 7 0 0.82 0.94 0.58 7.13 0.88 0.23
Hex 6C 13 7 0 52 5E 3A 7 58 17
Octal 154 23 7 0 122 136 72 7 130 27
Binary 1101100 10011 111 0 1010010 1011110 111010 111 1011000 10111

Color Harmonies of #6C1307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1307

Black with #6C1307

Text Example


Text Example

White with #6C1307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,19,7); }

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

background-color css

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

 a { background-color: rgb(108,19,7); }

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

border-color css

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

 span { border-color: rgb(108,19,7); }

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