Html Css Color HEX #6B1506 Falu Red

📋 copy color: '#6B1506'

red 107 ◦ green 21 ◦ blue 6

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

Shades of Falu Red #6B1506

Tints of Falu Red #6B1506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.67%

 BLUE value IS 6 (2.73% from 255) = 4.48%

R = 79.85%
G = 15.67%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#6B1506 (or 0x6B1506) is known color: Falu Red. HEX triplet: 6B, 15 and 06. RGB value is (107,21,6). Sum of RGB (Red+Green+Blue) = 107+21+6=134 (17% of max value = 765). Red value is 107 (42.19% from 255 or 79.85% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1506 is #94EAF9. Grayscale: #2D2D2D. Windows color (decimal): -9759482 or 398699. OLE color: 398699.

HSL color Cylindrical-coordinate representation of color #6B1506: hue angle of 8.91º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B1506 is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 21 6 -
CMYK 0 0.80 0.94 0.58
HSL 8.91º 0.89% 0.22% -
HSV(B) 8.91º 0.94% 0.42% -
XYZ 6.36 3.68 0.55 -
YUV 45 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 107 21 6 0 0.80 0.94 0.58 8.91 0.89 0.22
Hex 6B 15 6 0 50 5E 3A 9 59 16
Octal 153 25 6 0 120 136 72 11 131 26
Binary 1101011 10101 110 0 1010000 1011110 111010 1001 1011001 10110

Color Harmonies of #6B1506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1506

Black with #6B1506

Text Example


Text Example

White with #6B1506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,21,6); }

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

background-color css

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

 a { background-color: rgb(107,21,6); }

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

border-color css

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

 span { border-color: rgb(107,21,6); }

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