Html Css Color HEX #6C120B Falu Red

📋 copy color: '#6C120B'

red 108 ◦ green 18 ◦ blue 11

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

Shades of Falu Red #6C120B

Tints of Falu Red #6C120B

RGB

 RED value IS 108 (42.58% from 255) = 78.83%

 GREEN value IS 18 (7.42% from 255) = 13.14%

 BLUE value IS 11 (4.69% from 255) = 8.03%

R = 78.83%
G = 13.14%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6C120B (or 0x6C120B) is known color: Falu Red. HEX triplet: 6C, 12 and 0B. RGB value is (108,18,11). Sum of RGB (Red+Green+Blue) = 108+18+11=137 (18% of max value = 765). Red value is 108 (42.58% from 255 or 78.83% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 108 - color contains mainly: red. Hex color #6C120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C120B is #93EDF4. Grayscale: #2C2C2C. Windows color (decimal): -9694709 or 725612. OLE color: 725612.

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

Color convert

RGB 108 18 11 -
CMYK 0 0.83 0.90 0.58
HSL 4.33º 0.82% 0.23% -
HSV(B) 4.33º 0.9% 0.42% -
XYZ 6.46 3.64 0.68 -
YUV 44.11 109.32 173.57 -
System Red Green Blue C M Y K H S L
Decimal 108 18 11 0 0.83 0.90 0.58 4.33 0.82 0.23
Hex 6C 12 B 0 53 5A 3A 4 52 17
Octal 154 22 13 0 123 132 72 4 122 27
Binary 1101100 10010 1011 0 1010011 1011010 111010 100 1010010 10111

Color Harmonies of #6C120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C120B

Black with #6C120B

Text Example


Text Example

White with #6C120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,18,11); }

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

background-color css

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

 a { background-color: rgb(108,18,11); }

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

border-color css

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

 span { border-color: rgb(108,18,11); }

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