Html Css Color HEX #6F0E0B Falu Red

📋 copy color: '#6F0E0B'

red 111 ◦ green 14 ◦ blue 11

#6F0E0B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #6F0E0B

Tints of Falu Red #6F0E0B

RGB

 RED value IS 111 (43.75% from 255) = 81.62%

 GREEN value IS 14 (5.86% from 255) = 10.29%

 BLUE value IS 11 (4.69% from 255) = 8.09%

R = 81.62%
G = 10.29%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#6F0E0B (or 0x6F0E0B) is known color: Falu Red. HEX triplet: 6F, 0E and 0B. RGB value is (111,14,11). Sum of RGB (Red+Green+Blue) = 111+14+11=136 (18% of max value = 765). Red value is 111 (43.75% from 255 or 81.62% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0E0B is #90F1F4. Grayscale: #2A2A2A. Windows color (decimal): -9499125 or 724591. OLE color: 724591.

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

Color convert

RGB 111 14 11 -
CMYK 0 0.87 0.90 0.56
HSL 1.8º 0.82% 0.24% -
HSV(B) 1.8º 0.9% 0.44% -
XYZ 6.77 3.72 0.68 -
YUV 42.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 111 14 11 0 0.87 0.90 0.56 1.8 0.82 0.24
Hex 6F E B 0 57 5A 38 2 52 18
Octal 157 16 13 0 127 132 70 2 122 30
Binary 1101111 1110 1011 0 1010111 1011010 111000 10 1010010 11000

Color Harmonies of #6F0E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0E0B

Black with #6F0E0B

Text Example


Text Example

White with #6F0E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F0E0B;
 }
 .AnyTagClassName
 {
   color: #6F0E0B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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