Html Css Color HEX #6C1906 Falu Red

📋 copy color: '#6C1906'

red 108 ◦ green 25 ◦ blue 6

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

Shades of Falu Red #6C1906

Tints of Falu Red #6C1906

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.99%

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

R = 77.7%
G = 17.99%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#6C1906 (or 0x6C1906) is known color: Falu Red. HEX triplet: 6C, 19 and 06. RGB value is (108,25,6). Sum of RGB (Red+Green+Blue) = 108+25+6=139 (18% of max value = 765). Red value is 108 (42.58% from 255 or 77.70% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1906 is #93E6F9. Grayscale: #2F2F2F. Windows color (decimal): -9692922 or 399724. OLE color: 399724.

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

Color convert

RGB 108 25 6 -
CMYK 0 0.77 0.94 0.58
HSL 11.18º 0.89% 0.22% -
HSV(B) 11.18º 0.94% 0.42% -
XYZ 6.56 3.9 0.58 -
YUV 47.65 104.5 171.04 -
System Red Green Blue C M Y K H S L
Decimal 108 25 6 0 0.77 0.94 0.58 11.18 0.89 0.22
Hex 6C 19 6 0 4D 5E 3A B 59 16
Octal 154 31 6 0 115 136 72 13 131 26
Binary 1101100 11001 110 0 1001101 1011110 111010 1011 1011001 10110

Color Harmonies of #6C1906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1906

Black with #6C1906

Text Example


Text Example

White with #6C1906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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