Html Css Color HEX #6B130A Falu Red

📋 copy color: '#6B130A'

red 107 ◦ green 19 ◦ blue 10

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

Shades of Falu Red #6B130A

Tints of Falu Red #6B130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.97%

 BLUE value IS 10 (4.3% from 255) = 7.35%

R = 78.68%
G = 13.97%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.58

RGB Variations

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

Color information

#6B130A (or 0x6B130A) is known color: Falu Red. HEX triplet: 6B, 13 and 0A. RGB value is (107,19,10). Sum of RGB (Red+Green+Blue) = 107+19+10=136 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.68% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 107 - color contains mainly: red. Hex color #6B130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B130A is #94ECF5. Grayscale: #2C2C2C. Windows color (decimal): -9759990 or 660331. OLE color: 660331.

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

Color convert

RGB 107 19 10 -
CMYK 0 0.82 0.91 0.58
HSL 5.57º 0.83% 0.23% -
HSV(B) 5.57º 0.91% 0.42% -
XYZ 6.35 3.61 0.65 -
YUV 44.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 107 19 10 0 0.82 0.91 0.58 5.57 0.83 0.23
Hex 6B 13 A 0 52 5B 3A 6 53 17
Octal 153 23 12 0 122 133 72 6 123 27
Binary 1101011 10011 1010 0 1010010 1011011 111010 110 1010011 10111

Color Harmonies of #6B130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B130A

Black with #6B130A

Text Example


Text Example

White with #6B130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,19,10); }

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

background-color css

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

 a { background-color: rgb(107,19,10); }

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

border-color css

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

 span { border-color: rgb(107,19,10); }

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