Html Css Color HEX #6F2112 Falu Red

📋 copy color: '#6F2112'

red 111 ◦ green 33 ◦ blue 18

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

Shades of Falu Red #6F2112

Tints of Falu Red #6F2112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.11%

R = 68.52%
G = 20.37%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#6F2112 (or 0x6F2112) is known color: Falu Red. HEX triplet: 6F, 21 and 12. RGB value is (111,33,18). Sum of RGB (Red+Green+Blue) = 111+33+18=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2112 is #90DEED. Grayscale: #363636. Windows color (decimal): -9494254 or 1188207. OLE color: 1188207.

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

Color convert

RGB 111 33 18 -
CMYK 0 0.70 0.84 0.56
HSL 9.68º 0.72% 0.25% -
HSV(B) 9.68º 0.84% 0.44% -
XYZ 7.21 4.51 1.06 -
YUV 54.61 107.34 168.22 -
System Red Green Blue C M Y K H S L
Decimal 111 33 18 0 0.70 0.84 0.56 9.68 0.72 0.25
Hex 6F 21 12 0 46 54 38 A 48 19
Octal 157 41 22 0 106 124 70 12 110 31
Binary 1101111 100001 10010 0 1000110 1010100 111000 1010 1001000 11001

Color Harmonies of #6F2112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2112

Black with #6F2112

Text Example


Text Example

White with #6F2112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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