Html Css Color HEX #6B100C Falu Red

📋 copy color: '#6B100C'

red 107 ◦ green 16 ◦ blue 12

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

Shades of Falu Red #6B100C

Tints of Falu Red #6B100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.85%

 BLUE value IS 12 (5.08% from 255) = 8.89%

R = 79.26%
G = 11.85%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6B100C (or 0x6B100C) is known color: Falu Red. HEX triplet: 6B, 10 and 0C. RGB value is (107,16,12). Sum of RGB (Red+Green+Blue) = 107+16+12=135 (17% of max value = 765). Red value is 107 (42.19% from 255 or 79.26% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 107 - color contains mainly: red. Hex color #6B100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B100C is #94EFF3. Grayscale: #2A2A2A. Windows color (decimal): -9760756 or 790635. OLE color: 790635.

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

Color convert

RGB 107 16 12 -
CMYK 0 0.85 0.89 0.58
HSL 2.53º 0.8% 0.23% -
HSV(B) 2.53º 0.89% 0.42% -
XYZ 6.32 3.52 0.69 -
YUV 42.75 110.65 173.83 -
System Red Green Blue C M Y K H S L
Decimal 107 16 12 0 0.85 0.89 0.58 2.53 0.8 0.23
Hex 6B 10 C 0 55 59 3A 3 50 17
Octal 153 20 14 0 125 131 72 3 120 27
Binary 1101011 10000 1100 0 1010101 1011001 111010 11 1010000 10111

Color Harmonies of #6B100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B100C

Black with #6B100C

Text Example


Text Example

White with #6B100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,16,12); }

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

background-color css

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

 a { background-color: rgb(107,16,12); }

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

border-color css

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

 span { border-color: rgb(107,16,12); }

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