Html Css Color HEX #6F120B Falu Red

📋 copy color: '#6F120B'

red 111 ◦ green 18 ◦ blue 11

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

Shades of Falu Red #6F120B

Tints of Falu Red #6F120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.86%

 BLUE value IS 11 (4.69% from 255) = 7.86%

R = 79.29%
G = 12.86%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#6F120B (or 0x6F120B) is known color: Falu Red. HEX triplet: 6F, 12 and 0B. RGB value is (111,18,11). Sum of RGB (Red+Green+Blue) = 111+18+11=140 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.29% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 111 - color contains mainly: red. Hex color #6F120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F120B is #90EDF4. Grayscale: #2D2D2D. Windows color (decimal): -9498101 or 725615. OLE color: 725615.

HSL color Cylindrical-coordinate representation of color #6F120B: hue angle of 4.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F120B is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 18 11 -
CMYK 0 0.84 0.90 0.56
HSL 4.2º 0.82% 0.24% -
HSV(B) 4.2º 0.9% 0.44% -
XYZ 6.83 3.84 0.7 -
YUV 45.01 108.81 175.07 -
System Red Green Blue C M Y K H S L
Decimal 111 18 11 0 0.84 0.90 0.56 4.2 0.82 0.24
Hex 6F 12 B 0 54 5A 38 4 52 18
Octal 157 22 13 0 124 132 70 4 122 30
Binary 1101111 10010 1011 0 1010100 1011010 111000 100 1010010 11000

Color Harmonies of #6F120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F120B

Black with #6F120B

Text Example


Text Example

White with #6F120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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