#6F200B

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

Shades of Falu Red #6F200B

Tints of Falu Red #6F200B

Color information

#6F200B (or 0x6F200B) is unknown color: approx Falu Red. HEX triplet: 6F, 20 and 0B. RGB value is (111,32,11). Sum of RGB (Red+Green+Blue) = 111+32+11=154 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.08% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 111 - color contains mainly: red. Hex color #6F200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F200B is #90DFF4. Grayscale: #353535. Windows color (decimal): -9494517 or 729199. OLE color: 729199.

HSL color Cylindrical-coordinate representation of color #6F200B: hue angle of 12.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F200B is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1113211-
CMYK00.710.900.56
HSL12.6º81.97%23.92%-
HSV(B)12.6º90.09%43.53%-
XYZ7.134.440.8-
YUV53.23104.17169.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 72.08%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 11 (4.69% from 255) = 7.14%
R=72.08%
G=20.78%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111321100.710.900.5612.681.9723.92
Hex6F20B0475A38d5218
Octal15740130107132701512230
Binary110111110000010110100011110110101110001101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,32,11); }

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

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

 a { background-color: rgb(111,32,11); }

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

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

 span { border-color: rgb(111,32,11); }

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