Html Css Color HEX #6C1C06 Falu Red

📋 copy color: '#6C1C06'

red 108 ◦ green 28 ◦ blue 6

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

Shades of Falu Red #6C1C06

Tints of Falu Red #6C1C06

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.72%

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

R = 76.06%
G = 19.72%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#6C1C06 (or 0x6C1C06) is known color: Falu Red. HEX triplet: 6C, 1C and 06. RGB value is (108,28,6). Sum of RGB (Red+Green+Blue) = 108+28+6=142 (18% of max value = 765). Red value is 108 (42.58% from 255 or 76.06% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C1C06 is #93E3F9. Grayscale: #313131. Windows color (decimal): -9692154 or 400492. OLE color: 400492.

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

Color convert

RGB 108 28 6 -
CMYK 0 0.74 0.94 0.58
HSL 12.94º 0.89% 0.22% -
HSV(B) 12.94º 0.94% 0.42% -
XYZ 6.63 4.03 0.6 -
YUV 49.41 103.5 169.79 -
System Red Green Blue C M Y K H S L
Decimal 108 28 6 0 0.74 0.94 0.58 12.94 0.89 0.22
Hex 6C 1C 6 0 4A 5E 3A D 59 16
Octal 154 34 6 0 112 136 72 15 131 26
Binary 1101100 11100 110 0 1001010 1011110 111010 1101 1011001 10110

Color Harmonies of #6C1C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1C06

Black with #6C1C06

Text Example


Text Example

White with #6C1C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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