Html Css Color HEX #6F100C Falu Red

📋 copy color: '#6F100C'

red 111 ◦ green 16 ◦ blue 12

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

Shades of Falu Red #6F100C

Tints of Falu Red #6F100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.51%

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

R = 79.86%
G = 11.51%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#6F100C (or 0x6F100C) is known color: Falu Red. HEX triplet: 6F, 10 and 0C. RGB value is (111,16,12). Sum of RGB (Red+Green+Blue) = 111+16+12=139 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.86% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 111 - color contains mainly: red. Hex color #6F100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F100C is #90EFF3. Grayscale: #2C2C2C. Windows color (decimal): -9498612 or 790639. OLE color: 790639.

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

Color convert

RGB 111 16 12 -
CMYK 0 0.86 0.89 0.56
HSL 2.42º 0.8% 0.24% -
HSV(B) 2.42º 0.89% 0.44% -
XYZ 6.81 3.78 0.72 -
YUV 43.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 111 16 12 0 0.86 0.89 0.56 2.42 0.8 0.24
Hex 6F 10 C 0 56 59 38 2 50 18
Octal 157 20 14 0 126 131 70 2 120 30
Binary 1101111 10000 1100 0 1010110 1011001 111000 10 1010000 11000

Color Harmonies of #6F100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F100C

Black with #6F100C

Text Example


Text Example

White with #6F100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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