Html Css Color HEX #6C1706 Falu Red

📋 copy color: '#6C1706'

red 108 ◦ green 23 ◦ blue 6

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

Shades of Falu Red #6C1706

Tints of Falu Red #6C1706

RGB

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

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

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

R = 78.83%
G = 16.79%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#6C1706 (or 0x6C1706) is known color: Falu Red. HEX triplet: 6C, 17 and 06. RGB value is (108,23,6). Sum of RGB (Red+Green+Blue) = 108+23+6=137 (18% of max value = 765). Red value is 108 (42.58% from 255 or 78.83% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1706 is #93E8F9. Grayscale: #2E2E2E. Windows color (decimal): -9693434 or 399212. OLE color: 399212.

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

Color convert

RGB 108 23 6 -
CMYK 0 0.79 0.94 0.58
HSL 10º 0.89% 0.22% -
HSV(B) 10º 0.94% 0.42% -
XYZ 6.52 3.81 0.56 -
YUV 46.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 108 23 6 0 0.79 0.94 0.58 10 0.89 0.22
Hex 6C 17 6 0 4F 5E 3A A 59 16
Octal 154 27 6 0 117 136 72 12 131 26
Binary 1101100 10111 110 0 1001111 1011110 111010 1010 1011001 10110

Color Harmonies of #6C1706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1706

Black with #6C1706

Text Example


Text Example

White with #6C1706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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