#6D170B

Color #6D170B Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #6D170B

Tints of Falu Red #6D170B

Color information

#6D170B (or 0x6D170B) is unknown color: approx Falu Red. HEX triplet: 6D, 17 and 0B. RGB value is (109,23,11). Sum of RGB (Red+Green+Blue) = 109+23+11=143 (18% of max value = 765). Red value is 109 (42.97% from 255 or 76.22% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 109 - color contains mainly: red. Hex color #6D170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D170B is #92E8F4. Grayscale: #2F2F2F. Windows color (decimal): -9627893 or 726893. OLE color: 726893.

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

Color convert

RGB1092311-
CMYK00.790.900.57
HSL7.35º81.67%23.53%-
HSV(B)7.35º89.91%42.75%-
XYZ6.673.890.72-
YUV47.35107.49171.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 76.22%
GREEN value IS 23 (9.38% from 255) = 16.08%
BLUE value IS 11 (4.69% from 255) = 7.69%
R=76.22%
G=16.08%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109231100.790.900.577.3581.6723.53
Hex6D17B04F5A3975218
Octal1552713011713271712230
Binary1101101101111011010011111011010111001111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D170B;
 }
 .AnyTagClassName
 {
   color: #6D170B;
 }
</style>
background-color css

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

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

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

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

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

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