Html Css Color HEX #6F100F Falu Red

📋 copy color: '#6F100F'

red 111 ◦ green 16 ◦ blue 15

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

Shades of Falu Red #6F100F

Tints of Falu Red #6F100F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.56%

R = 78.17%
G = 11.27%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F100F (or 0x6F100F) is known color: Falu Red. HEX triplet: 6F, 10 and 0F. RGB value is (111,16,15). Sum of RGB (Red+Green+Blue) = 111+16+15=142 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.17% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 111 - color contains mainly: red. Hex color #6F100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F100F is #90EFF0. Grayscale: #2C2C2C. Windows color (decimal): -9498609 or 987247. OLE color: 987247.

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

Color convert

RGB 111 16 15 -
CMYK 0 0.86 0.86 0.56
HSL 0.63º 0.76% 0.25% -
HSV(B) 0.63º 0.86% 0.44% -
XYZ 6.83 3.78 0.82 -
YUV 44.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 111 16 15 0 0.86 0.86 0.56 0.63 0.76 0.25
Hex 6F 10 F 0 56 56 38 1 4C 19
Octal 157 20 17 0 126 126 70 1 114 31
Binary 1101111 10000 1111 0 1010110 1010110 111000 1 1001100 11001

Color Harmonies of #6F100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F100F

Black with #6F100F

Text Example


Text Example

White with #6F100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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