Html Css Color HEX #6B1504 Falu Red

📋 copy color: '#6B1504'

red 107 ◦ green 21 ◦ blue 4

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

Shades of Falu Red #6B1504

Tints of Falu Red #6B1504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.03%

R = 81.06%
G = 15.91%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#6B1504 (or 0x6B1504) is known color: Falu Red. HEX triplet: 6B, 15 and 04. RGB value is (107,21,4). Sum of RGB (Red+Green+Blue) = 107+21+4=132 (17% of max value = 765). Red value is 107 (42.19% from 255 or 81.06% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1504 is #94EAFB. Grayscale: #2C2C2C. Windows color (decimal): -9759484 or 267627. OLE color: 267627.

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

Color convert

RGB 107 21 4 -
CMYK 0 0.80 0.96 0.58
HSL 9.9º 0.93% 0.22% -
HSV(B) 9.9º 0.96% 0.42% -
XYZ 6.35 3.67 0.49 -
YUV 44.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 107 21 4 0 0.80 0.96 0.58 9.9 0.93 0.22
Hex 6B 15 4 0 50 60 3A A 5D 16
Octal 153 25 4 0 120 140 72 12 135 26
Binary 1101011 10101 100 0 1010000 1100000 111010 1010 1011101 10110

Color Harmonies of #6B1504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1504

Black with #6B1504

Text Example


Text Example

White with #6B1504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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