Html Css Color HEX #6F220C Falu Red

📋 copy color: '#6F220C'

red 111 ◦ green 34 ◦ blue 12

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

Shades of Falu Red #6F220C

Tints of Falu Red #6F220C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.64%

R = 70.7%
G = 21.66%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#6F220C (or 0x6F220C) is known color: Falu Red. HEX triplet: 6F, 22 and 0C. RGB value is (111,34,12). Sum of RGB (Red+Green+Blue) = 111+34+12=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F220C is #90DDF3. Grayscale: #363636. Windows color (decimal): -9494004 or 795247. OLE color: 795247.

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

Color convert

RGB 111 34 12 -
CMYK 0 0.69 0.89 0.56
HSL 13.33º 0.8% 0.24% -
HSV(B) 13.33º 0.89% 0.44% -
XYZ 7.19 4.55 0.85 -
YUV 54.52 104.01 168.29 -
System Red Green Blue C M Y K H S L
Decimal 111 34 12 0 0.69 0.89 0.56 13.33 0.8 0.24
Hex 6F 22 C 0 45 59 38 D 50 18
Octal 157 42 14 0 105 131 70 15 120 30
Binary 1101111 100010 1100 0 1000101 1011001 111000 1101 1010000 11000

Color Harmonies of #6F220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F220C

Black with #6F220C

Text Example


Text Example

White with #6F220C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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