Html Css Color HEX #6F1010 Falu Red

📋 copy color: '#6F1010'

red 111 ◦ green 16 ◦ blue 16

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

Shades of Falu Red #6F1010

Tints of Falu Red #6F1010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.19%

R = 77.62%
G = 11.19%
B = 11.19%

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

#6F1010 (or 0x6F1010) is known color: Falu Red. HEX triplet: 6F, 10 and 10. RGB value is (111,16,16). Sum of RGB (Red+Green+Blue) = 111+16+16=143 (18% of max value = 765). Red value is 111 (43.75% from 255 or 77.62% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1010 is #90EFEF. Grayscale: #2C2C2C. Windows color (decimal): -9498608 or 1052783. OLE color: 1052783.

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

Color convert

RGB 111 16 16 -
CMYK 0 0.86 0.86 0.56
HSL 0.75% 0.25% -
HSV(B) 0.86% 0.44% -
XYZ 6.83 3.79 0.86 -
YUV 44.41 111.97 175.5 -
System Red Green Blue C M Y K H S L
Decimal 111 16 16 0 0.86 0.86 0.56 0 0.75 0.25
Hex 6F 10 10 0 56 56 38 0 4B 19
Octal 157 20 20 0 126 126 70 0 113 31
Binary 1101111 10000 10000 0 1010110 1010110 111000 0 1001011 11001

Color Harmonies of #6F1010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1010

Black with #6F1010

Text Example


Text Example

White with #6F1010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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