#6B1608

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

Shades of Falu Red #6B1608

Tints of Falu Red #6B1608

Color information

#6B1608 (or 0x6B1608) is unknown color: approx Falu Red. HEX triplet: 6B, 16 and 08. RGB value is (107,22,8). Sum of RGB (Red+Green+Blue) = 107+22+8=137 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.10% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1608 is #94E9F7. Grayscale: #2D2D2D. Windows color (decimal): -9759224 or 530027. OLE color: 530027.

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

Color convert

RGB107228-
CMYK00.790.930.58
HSL8.48º86.09%22.55%-
HSV(B)8.48º92.52%41.96%-
XYZ6.393.720.61-
YUV45.82106.66171.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 78.10%
GREEN value IS 22 (8.98% from 255) = 16.06%
BLUE value IS 8 (3.52% from 255) = 5.84%
R=78.10%
G=16.06%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10722800.790.930.588.4886.0922.55
Hex6B16804F5D3A85617
Octal15326100117135721012627
Binary11010111011010000100111110111011110101000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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