#6D1702

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

Shades of Falu Red #6D1702

Tints of Falu Red #6D1702

Color information

#6D1702 (or 0x6D1702) is unknown color: approx Falu Red. HEX triplet: 6D, 17 and 02. RGB value is (109,23,2). Sum of RGB (Red+Green+Blue) = 109+23+2=134 (17% of max value = 765). Red value is 109 (42.97% from 255 or 81.34% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1702 is #92E8FD. Grayscale: #2E2E2E. Windows color (decimal): -9627902 or 137069. OLE color: 137069.

HSL color Cylindrical-coordinate representation of color #6D1702: hue angle of 11.78º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D1702 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.57.

Color convert

RGB109232-
CMYK00.790.980.57
HSL11.78º96.4%21.76%-
HSV(B)11.78º98.17%42.75%-
XYZ6.623.870.45-
YUV46.32102.99172.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 81.34%
GREEN value IS 23 (9.38% from 255) = 17.16%
BLUE value IS 2 (1.17% from 255) = 1.49%
R=81.34%
G=17.16%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.98
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10923200.790.980.5711.7896.421.76
Hex6D17204F6239c6016
Octal1552720117142711414026
Binary110110110111100100111111000101110011100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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