Html Css Color HEX #6B1505 Falu Red

📋 copy color: '#6B1505'

red 107 ◦ green 21 ◦ blue 5

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

Shades of Falu Red #6B1505

Tints of Falu Red #6B1505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.76%

R = 80.45%
G = 15.79%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#6B1505 (or 0x6B1505) is known color: Falu Red. HEX triplet: 6B, 15 and 05. RGB value is (107,21,5). Sum of RGB (Red+Green+Blue) = 107+21+5=133 (17% of max value = 765). Red value is 107 (42.19% from 255 or 80.45% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1505 is #94EAFA. Grayscale: #2D2D2D. Windows color (decimal): -9759483 or 333163. OLE color: 333163.

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

Color convert

RGB 107 21 5 -
CMYK 0 0.80 0.95 0.58
HSL 9.41º 0.91% 0.22% -
HSV(B) 9.41º 0.95% 0.42% -
XYZ 6.36 3.67 0.52 -
YUV 44.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 107 21 5 0 0.80 0.95 0.58 9.41 0.91 0.22
Hex 6B 15 5 0 50 5F 3A 9 5B 16
Octal 153 25 5 0 120 137 72 11 133 26
Binary 1101011 10101 101 0 1010000 1011111 111010 1001 1011011 10110

Color Harmonies of #6B1505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1505

Black with #6B1505

Text Example


Text Example

White with #6B1505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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