Html Css Color HEX #6F200B Falu Red

📋 copy color: '#6F200B'

red 111 ◦ green 32 ◦ blue 11

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

Shades of Falu Red #6F200B

Tints of Falu Red #6F200B

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 value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#6F200B (or 0x6F200B) is known color: 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

RGB 111 32 11 -
CMYK 0 0.71 0.90 0.56
HSL 12.6º 0.82% 0.24% -
HSV(B) 12.6º 0.9% 0.44% -
XYZ 7.13 4.44 0.8 -
YUV 53.23 104.17 169.21 -
System Red Green Blue C M Y K H S L
Decimal 111 32 11 0 0.71 0.90 0.56 12.6 0.82 0.24
Hex 6F 20 B 0 47 5A 38 D 52 18
Octal 157 40 13 0 107 132 70 15 122 30
Binary 1101111 100000 1011 0 1000111 1011010 111000 1101 1010010 11000

Color Harmonies of #6F200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F200B

Black with #6F200B

Text Example


Text Example

White with #6F200B

Text Example


Text Example

HTML Codes & Css Web 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>