#6F1B08

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

Shades of Falu Red #6F1B08

Tints of Falu Red #6F1B08

Color information

#6F1B08 (or 0x6F1B08) is unknown color: approx Falu Red. HEX triplet: 6F, 1B and 08. RGB value is (111,27,8). Sum of RGB (Red+Green+Blue) = 111+27+8=146 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.03% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1B08 is #90E4F7. Grayscale: #323232. Windows color (decimal): -9495800 or 531311. OLE color: 531311.

HSL color Cylindrical-coordinate representation of color #6F1B08: hue angle of 11.07º 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 #6F1B08 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB111278-
CMYK00.760.930.56
HSL11.07º86.55%23.33%-
HSV(B)11.07º92.79%43.53%-
XYZ6.994.180.67-
YUV49.95104.33171.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 76.03%
GREEN value IS 27 (10.94% from 255) = 18.49%
BLUE value IS 8 (3.52% from 255) = 5.48%
R=76.03%
G=18.49%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11127800.760.930.5611.0786.5523.33
Hex6F1B804C5D38b5717
Octal15733100114135701312727
Binary11011111101110000100110010111011110001011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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