Html Css Color HEX #6F210B Falu Red

📋 copy color: '#6F210B'

red 111 ◦ green 33 ◦ blue 11

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

Shades of Falu Red #6F210B

Tints of Falu Red #6F210B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.29%

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

R = 71.61%
G = 21.29%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#6F210B (or 0x6F210B) is known color: Falu Red. HEX triplet: 6F, 21 and 0B. RGB value is (111,33,11). Sum of RGB (Red+Green+Blue) = 111+33+11=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F210B is #90DEF4. Grayscale: #353535. Windows color (decimal): -9494261 or 729455. OLE color: 729455.

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

Color convert

RGB 111 33 11 -
CMYK 0 0.70 0.90 0.56
HSL 13.2º 0.82% 0.24% -
HSV(B) 13.2º 0.9% 0.44% -
XYZ 7.16 4.49 0.81 -
YUV 53.81 103.84 168.79 -
System Red Green Blue C M Y K H S L
Decimal 111 33 11 0 0.70 0.90 0.56 13.2 0.82 0.24
Hex 6F 21 B 0 46 5A 38 D 52 18
Octal 157 41 13 0 106 132 70 15 122 30
Binary 1101111 100001 1011 0 1000110 1011010 111000 1101 1010010 11000

Color Harmonies of #6F210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F210B

Black with #6F210B

Text Example


Text Example

White with #6F210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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