Html Css Color HEX #6F2211 Falu Red

📋 copy color: '#6F2211'

red 111 ◦ green 34 ◦ blue 17

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

Shades of Falu Red #6F2211

Tints of Falu Red #6F2211

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.99%

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

R = 68.52%
G = 20.99%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#6F2211 (or 0x6F2211) is known color: Falu Red. HEX triplet: 6F, 22 and 11. RGB value is (111,34,17). Sum of RGB (Red+Green+Blue) = 111+34+17=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2211 is #90DDEE. Grayscale: #373737. Windows color (decimal): -9493999 or 1122927. OLE color: 1122927.

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

Color convert

RGB 111 34 17 -
CMYK 0 0.69 0.85 0.56
HSL 10.85º 0.73% 0.25% -
HSV(B) 10.85º 0.85% 0.44% -
XYZ 7.23 4.56 1.03 -
YUV 55.09 106.51 167.88 -
System Red Green Blue C M Y K H S L
Decimal 111 34 17 0 0.69 0.85 0.56 10.85 0.73 0.25
Hex 6F 22 11 0 45 55 38 B 49 19
Octal 157 42 21 0 105 125 70 13 111 31
Binary 1101111 100010 10001 0 1000101 1010101 111000 1011 1001001 11001

Color Harmonies of #6F2211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2211

Black with #6F2211

Text Example


Text Example

White with #6F2211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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