Html Css Color HEX #6F200D Falu Red

📋 copy color: '#6F200D'

red 111 ◦ green 32 ◦ blue 13

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

Shades of Falu Red #6F200D

Tints of Falu Red #6F200D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.51%

 BLUE value IS 13 (5.47% from 255) = 8.33%

R = 71.15%
G = 20.51%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6F200D (or 0x6F200D) is known color: Falu Red. HEX triplet: 6F, 20 and 0D. RGB value is (111,32,13). Sum of RGB (Red+Green+Blue) = 111+32+13=156 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.15% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 111 - color contains mainly: red. Hex color #6F200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F200D is #90DFF2. Grayscale: #353535. Windows color (decimal): -9494515 or 860271. OLE color: 860271.

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

Color convert

RGB 111 32 13 -
CMYK 0 0.71 0.88 0.56
HSL 11.63º 0.79% 0.24% -
HSV(B) 11.63º 0.88% 0.44% -
XYZ 7.14 4.44 0.86 -
YUV 53.46 105.17 169.04 -
System Red Green Blue C M Y K H S L
Decimal 111 32 13 0 0.71 0.88 0.56 11.63 0.79 0.24
Hex 6F 20 D 0 47 58 38 C 4F 18
Octal 157 40 15 0 107 130 70 14 117 30
Binary 1101111 100000 1101 0 1000111 1011000 111000 1100 1001111 11000

Color Harmonies of #6F200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F200D

Black with #6F200D

Text Example


Text Example

White with #6F200D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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