Html Css Color HEX #6F2111 Falu Red

📋 copy color: '#6F2111'

red 111 ◦ green 33 ◦ blue 17

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

Shades of Falu Red #6F2111

Tints of Falu Red #6F2111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.56%

R = 68.94%
G = 20.5%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#6F2111 (or 0x6F2111) is known color: Falu Red. HEX triplet: 6F, 21 and 11. RGB value is (111,33,17). Sum of RGB (Red+Green+Blue) = 111+33+17=161 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.94% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2111 is #90DEEE. Grayscale: #363636. Windows color (decimal): -9494255 or 1122671. OLE color: 1122671.

HSL color Cylindrical-coordinate representation of color #6F2111: hue angle of 10.21º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F2111 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 33 17 -
CMYK 0 0.70 0.85 0.56
HSL 10.21º 0.73% 0.25% -
HSV(B) 10.21º 0.85% 0.44% -
XYZ 7.2 4.51 1.02 -
YUV 54.5 106.84 168.3 -
System Red Green Blue C M Y K H S L
Decimal 111 33 17 0 0.70 0.85 0.56 10.21 0.73 0.25
Hex 6F 21 11 0 46 55 38 A 49 19
Octal 157 41 21 0 106 125 70 12 111 31
Binary 1101111 100001 10001 0 1000110 1010101 111000 1010 1001001 11001

Color Harmonies of #6F2111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2111

Black with #6F2111

Text Example


Text Example

White with #6F2111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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