#6F1608

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

Shades of Falu Red #6F1608

Tints of Falu Red #6F1608

Color information

#6F1608 (or 0x6F1608) is unknown color: approx Falu Red. HEX triplet: 6F, 16 and 08. RGB value is (111,22,8). Sum of RGB (Red+Green+Blue) = 111+22+8=141 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.72% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1608 is #90E9F7. Grayscale: #2F2F2F. Windows color (decimal): -9497080 or 530031. OLE color: 530031.

HSL color Cylindrical-coordinate representation of color #6F1608: hue angle of 8.16º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F1608 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB111228-
CMYK00.800.930.56
HSL8.16º86.55%23.33%-
HSV(B)8.16º92.79%43.53%-
XYZ6.893.970.63-
YUV47.02105.99173.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 78.72%
GREEN value IS 22 (8.98% from 255) = 15.60%
BLUE value IS 8 (3.52% from 255) = 5.67%
R=78.72%
G=15.60%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11122800.800.930.568.1686.5523.33
Hex6F1680505D3885717
Octal15726100120135701012727
Binary11011111011010000101000010111011110001000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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