Html Css Color HEX #6F2110 Falu Red

📋 copy color: '#6F2110'

red 111 ◦ green 33 ◦ blue 16

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

Shades of Falu Red #6F2110

Tints of Falu Red #6F2110

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.63%

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

R = 69.38%
G = 20.63%
B = 10%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F2110 (or 0x6F2110) is known color: Falu Red. HEX triplet: 6F, 21 and 10. RGB value is (111,33,16). Sum of RGB (Red+Green+Blue) = 111+33+16=160 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.38% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2110 is #90DEEF. Grayscale: #363636. Windows color (decimal): -9494256 or 1057135. OLE color: 1057135.

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

Color convert

RGB 111 33 16 -
CMYK 0 0.70 0.86 0.56
HSL 10.74º 0.75% 0.25% -
HSV(B) 10.74º 0.86% 0.44% -
XYZ 7.19 4.5 0.98 -
YUV 54.38 106.34 168.38 -
System Red Green Blue C M Y K H S L
Decimal 111 33 16 0 0.70 0.86 0.56 10.74 0.75 0.25
Hex 6F 21 10 0 46 56 38 B 4B 19
Octal 157 41 20 0 106 126 70 13 113 31
Binary 1101111 100001 10000 0 1000110 1010110 111000 1011 1001011 11001

Color Harmonies of #6F2110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2110

Black with #6F2110

Text Example


Text Example

White with #6F2110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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