Html Css Color HEX #6C170C Falu Red

📋 copy color: '#6C170C'

red 108 ◦ green 23 ◦ blue 12

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

Shades of Falu Red #6C170C

Tints of Falu Red #6C170C

RGB

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

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

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

R = 75.52%
G = 16.08%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6C170C (or 0x6C170C) is known color: Falu Red. HEX triplet: 6C, 17 and 0C. RGB value is (108,23,12). Sum of RGB (Red+Green+Blue) = 108+23+12=143 (18% of max value = 765). Red value is 108 (42.58% from 255 or 75.52% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 108 - color contains mainly: red. Hex color #6C170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C170C is #93E8F3. Grayscale: #2F2F2F. Windows color (decimal): -9693428 or 792428. OLE color: 792428.

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

Color convert

RGB 108 23 12 -
CMYK 0 0.79 0.89 0.58
HSL 6.88º 0.8% 0.24% -
HSV(B) 6.88º 0.89% 0.42% -
XYZ 6.56 3.83 0.74 -
YUV 47.16 108.16 171.39 -
System Red Green Blue C M Y K H S L
Decimal 108 23 12 0 0.79 0.89 0.58 6.88 0.8 0.24
Hex 6C 17 C 0 4F 59 3A 7 50 18
Octal 154 27 14 0 117 131 72 7 120 30
Binary 1101100 10111 1100 0 1001111 1011001 111010 111 1010000 11000

Color Harmonies of #6C170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C170C

Black with #6C170C

Text Example


Text Example

White with #6C170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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