Html Css Color HEX #6F110A Falu Red

📋 copy color: '#6F110A'

red 111 ◦ green 17 ◦ blue 10

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

Shades of Falu Red #6F110A

Tints of Falu Red #6F110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.32%

 BLUE value IS 10 (4.3% from 255) = 7.25%

R = 80.43%
G = 12.32%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#6F110A (or 0x6F110A) is known color: Falu Red. HEX triplet: 6F, 11 and 0A. RGB value is (111,17,10). Sum of RGB (Red+Green+Blue) = 111+17+10=138 (18% of max value = 765). Red value is 111 (43.75% from 255 or 80.43% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 111 - color contains mainly: red. Hex color #6F110A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F110A is #90EEF5. Grayscale: #2C2C2C. Windows color (decimal): -9498358 or 659823. OLE color: 659823.

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

Color convert

RGB 111 17 10 -
CMYK 0 0.85 0.91 0.56
HSL 4.16º 0.83% 0.24% -
HSV(B) 4.16º 0.91% 0.44% -
XYZ 6.81 3.8 0.66 -
YUV 44.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 111 17 10 0 0.85 0.91 0.56 4.16 0.83 0.24
Hex 6F 11 A 0 55 5B 38 4 53 18
Octal 157 21 12 0 125 133 70 4 123 30
Binary 1101111 10001 1010 0 1010101 1011011 111000 100 1010011 11000

Color Harmonies of #6F110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F110A

Black with #6F110A

Text Example


Text Example

White with #6F110A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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