Html Css Color HEX #6C0E0B Falu Red

📋 copy color: '#6C0E0B'

red 108 ◦ green 14 ◦ blue 11

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

Shades of Falu Red #6C0E0B

Tints of Falu Red #6C0E0B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.53%

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

R = 81.2%
G = 10.53%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6C0E0B (or 0x6C0E0B) is known color: Falu Red. HEX triplet: 6C, 0E and 0B. RGB value is (108,14,11). Sum of RGB (Red+Green+Blue) = 108+14+11=133 (17% of max value = 765). Red value is 108 (42.58% from 255 or 81.20% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0E0B is #93F1F4. Grayscale: #292929. Windows color (decimal): -9695733 or 724588. OLE color: 724588.

HSL color Cylindrical-coordinate representation of color #6C0E0B: hue angle of 1.86º 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 #6C0E0B is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 14 11 -
CMYK 0 0.87 0.90 0.58
HSL 1.86º 0.82% 0.23% -
HSV(B) 1.86º 0.9% 0.42% -
XYZ 6.4 3.53 0.66 -
YUV 41.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 108 14 11 0 0.87 0.90 0.58 1.86 0.82 0.23
Hex 6C E B 0 57 5A 3A 2 52 17
Octal 154 16 13 0 127 132 72 2 122 27
Binary 1101100 1110 1011 0 1010111 1011010 111010 10 1010010 10111

Color Harmonies of #6C0E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0E0B

Black with #6C0E0B

Text Example


Text Example

White with #6C0E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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