Html Css Color HEX #6F100A Falu Red

📋 copy color: '#6F100A'

red 111 ◦ green 16 ◦ blue 10

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

Shades of Falu Red #6F100A

Tints of Falu Red #6F100A

RGB

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

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

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

R = 81.02%
G = 11.68%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#6F100A (or 0x6F100A) is known color: Falu Red. HEX triplet: 6F, 10 and 0A. RGB value is (111,16,10). Sum of RGB (Red+Green+Blue) = 111+16+10=137 (18% of max value = 765). Red value is 111 (43.75% from 255 or 81.02% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 111 - color contains mainly: red. Hex color #6F100A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F100A is #90EFF5. Grayscale: #2B2B2B. Windows color (decimal): -9498614 or 659567. OLE color: 659567.

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

Color convert

RGB 111 16 10 -
CMYK 0 0.86 0.91 0.56
HSL 3.56º 0.83% 0.24% -
HSV(B) 3.56º 0.91% 0.44% -
XYZ 6.8 3.77 0.66 -
YUV 43.72 108.97 175.99 -
System Red Green Blue C M Y K H S L
Decimal 111 16 10 0 0.86 0.91 0.56 3.56 0.83 0.24
Hex 6F 10 A 0 56 5B 38 4 53 18
Octal 157 20 12 0 126 133 70 4 123 30
Binary 1101111 10000 1010 0 1010110 1011011 111000 100 1010011 11000

Color Harmonies of #6F100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F100A

Black with #6F100A

Text Example


Text Example

White with #6F100A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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