Html Css Color HEX #6C170B Falu Red

📋 copy color: '#6C170B'

red 108 ◦ green 23 ◦ blue 11

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

Shades of Falu Red #6C170B

Tints of Falu Red #6C170B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.75%

R = 76.06%
G = 16.2%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6C170B (or 0x6C170B) is known color: Falu Red. HEX triplet: 6C, 17 and 0B. RGB value is (108,23,11). Sum of RGB (Red+Green+Blue) = 108+23+11=142 (18% of max value = 765). Red value is 108 (42.58% from 255 or 76.06% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 108 - color contains mainly: red. Hex color #6C170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C170B is #93E8F4. Grayscale: #2F2F2F. Windows color (decimal): -9693429 or 726892. OLE color: 726892.

HSL color Cylindrical-coordinate representation of color #6C170B: hue angle of 7.42º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C170B is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 23 11 -
CMYK 0 0.79 0.90 0.58
HSL 7.42º 0.82% 0.23% -
HSV(B) 7.42º 0.9% 0.42% -
XYZ 6.55 3.83 0.71 -
YUV 47.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 108 23 11 0 0.79 0.90 0.58 7.42 0.82 0.23
Hex 6C 17 B 0 4F 5A 3A 7 52 17
Octal 154 27 13 0 117 132 72 7 122 27
Binary 1101100 10111 1011 0 1001111 1011010 111010 111 1010010 10111

Color Harmonies of #6C170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C170B

Black with #6C170B

Text Example


Text Example

White with #6C170B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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