#6B1807

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

Shades of Falu Red #6B1807

Tints of Falu Red #6B1807

Color information

#6B1807 (or 0x6B1807) is unknown color: approx Falu Red. HEX triplet: 6B, 18 and 07. RGB value is (107,24,7). Sum of RGB (Red+Green+Blue) = 107+24+7=138 (18% of max value = 765). Red value is 107 (42.19% from 255 or 77.54% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 7 (3.12% from 255 or 5.07% from 138); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1807 is #94E7F8. Grayscale: #2F2F2F. Windows color (decimal): -9758713 or 465003. OLE color: 465003.

HSL color Cylindrical-coordinate representation of color #6B1807: hue angle of 10.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B1807 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB107247-
CMYK00.780.930.58
HSL10.2º87.72%22.35%-
HSV(B)10.2º93.46%41.96%-
XYZ6.433.790.59-
YUV46.88105.5170.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 77.54%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 7 (3.12% from 255) = 5.07%
R=77.54%
G=17.39%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10724700.780.930.5810.287.7222.35
Hex6B18704E5D3Aa5816
Octal1533070116135721213026
Binary1101011110001110100111010111011110101010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,24,7); }

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

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

 a { background-color: rgb(107,24,7); }

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

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

 span { border-color: rgb(107,24,7); }

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