#6B1606

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

Shades of Falu Red #6B1606

Tints of Falu Red #6B1606

Color information

#6B1606 (or 0x6B1606) is unknown color: approx Falu Red. HEX triplet: 6B, 16 and 06. RGB value is (107,22,6). Sum of RGB (Red+Green+Blue) = 107+22+6=135 (17% of max value = 765). Red value is 107 (42.19% from 255 or 79.26% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1606 is #94E9F9. Grayscale: #2D2D2D. Windows color (decimal): -9759226 or 398955. OLE color: 398955.

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

Color convert

RGB107226-
CMYK00.790.940.58
HSL9.5º89.38%22.16%-
HSV(B)9.5º94.39%41.96%-
XYZ6.383.710.55-
YUV45.59105.66171.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 79.26%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 6 (2.73% from 255) = 4.44%
R=79.26%
G=16.30%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10722600.790.940.589.589.3822.16
Hex6B16604F5E3Aa5916
Octal1532660117136721213126
Binary1101011101101100100111110111101110101010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,22,6); }

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

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

 a { background-color: rgb(107,22,6); }

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

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

 span { border-color: rgb(107,22,6); }

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