Html Css Color HEX #6C1306 Falu Red

📋 copy color: '#6C1306'

red 108 ◦ green 19 ◦ blue 6

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

Shades of Falu Red #6C1306

Tints of Falu Red #6C1306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.51%

R = 81.2%
G = 14.29%
B = 4.51%

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

#6C1306 (or 0x6C1306) is known color: Falu Red. HEX triplet: 6C, 13 and 06. RGB value is (108,19,6). Sum of RGB (Red+Green+Blue) = 108+19+6=133 (17% of max value = 765). Red value is 108 (42.58% from 255 or 81.20% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1306 is #93ECF9. Grayscale: #2C2C2C. Windows color (decimal): -9694458 or 398188. OLE color: 398188.

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

Color convert

RGB 108 19 6 -
CMYK 0 0.82 0.94 0.58
HSL 7.65º 0.89% 0.22% -
HSV(B) 7.65º 0.94% 0.42% -
XYZ 6.45 3.67 0.54 -
YUV 44.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 108 19 6 0 0.82 0.94 0.58 7.65 0.89 0.22
Hex 6C 13 6 0 52 5E 3A 8 59 16
Octal 154 23 6 0 122 136 72 10 131 26
Binary 1101100 10011 110 0 1010010 1011110 111010 1000 1011001 10110

Color Harmonies of #6C1306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1306

Black with #6C1306

Text Example


Text Example

White with #6C1306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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