Html Css Color HEX #6D170C Falu Red

📋 copy color: '#6D170C'

red 109 ◦ green 23 ◦ blue 12

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

Shades of Falu Red #6D170C

Tints of Falu Red #6D170C

RGB

 RED value IS 109 (42.97% from 255) = 75.69%

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

 BLUE value IS 12 (5.08% from 255) = 8.33%

R = 75.69%
G = 15.97%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#6D170C (or 0x6D170C) is known color: Falu Red. HEX triplet: 6D, 17 and 0C. RGB value is (109,23,12). Sum of RGB (Red+Green+Blue) = 109+23+12=144 (19% of max value = 765). Red value is 109 (42.97% from 255 or 75.69% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 109 - color contains mainly: red. Hex color #6D170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D170C is #92E8F3. Grayscale: #2F2F2F. Windows color (decimal): -9627892 or 792429. OLE color: 792429.

HSL color Cylindrical-coordinate representation of color #6D170C: hue angle of 6.8º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D170C is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 23 12 -
CMYK 0 0.79 0.89 0.57
HSL 6.8º 0.8% 0.24% -
HSV(B) 6.8º 0.89% 0.43% -
XYZ 6.68 3.89 0.75 -
YUV 47.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 109 23 12 0 0.79 0.89 0.57 6.8 0.8 0.24
Hex 6D 17 C 0 4F 59 39 7 50 18
Octal 155 27 14 0 117 131 71 7 120 30
Binary 1101101 10111 1100 0 1001111 1011001 111001 111 1010000 11000

Color Harmonies of #6D170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D170C

Black with #6D170C

Text Example


Text Example

White with #6D170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,23,12); }

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

background-color css

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

 a { background-color: rgb(109,23,12); }

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

border-color css

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

 span { border-color: rgb(109,23,12); }

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