Html Css Color HEX #6B110F Falu Red

📋 copy color: '#6B110F'

red 107 ◦ green 17 ◦ blue 15

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

Shades of Falu Red #6B110F

Tints of Falu Red #6B110F

RGB

 RED value IS 107 (42.19% from 255) = 76.98%

 GREEN value IS 17 (7.03% from 255) = 12.23%

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

R = 76.98%
G = 12.23%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6B110F (or 0x6B110F) is known color: Falu Red. HEX triplet: 6B, 11 and 0F. RGB value is (107,17,15). Sum of RGB (Red+Green+Blue) = 107+17+15=139 (18% of max value = 765). Red value is 107 (42.19% from 255 or 76.98% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 107 - color contains mainly: red. Hex color #6B110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B110F is #94EEF0. Grayscale: #2B2B2B. Windows color (decimal): -9760497 or 987499. OLE color: 987499.

HSL color Cylindrical-coordinate representation of color #6B110F: hue angle of 1.3º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B110F is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 17 15 -
CMYK 0 0.84 0.86 0.58
HSL 1.3º 0.75% 0.24% -
HSV(B) 1.3º 0.86% 0.42% -
XYZ 6.35 3.56 0.8 -
YUV 43.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 107 17 15 0 0.84 0.86 0.58 1.3 0.75 0.24
Hex 6B 11 F 0 54 56 3A 1 4B 18
Octal 153 21 17 0 124 126 72 1 113 30
Binary 1101011 10001 1111 0 1010100 1010110 111010 1 1001011 11000

Color Harmonies of #6B110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B110F

Black with #6B110F

Text Example


Text Example

White with #6B110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,17,15); }

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

background-color css

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

 a { background-color: rgb(107,17,15); }

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

border-color css

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

 span { border-color: rgb(107,17,15); }

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