Html Css Color HEX #6C150B Falu Red

📋 copy color: '#6C150B'

red 108 ◦ green 21 ◦ blue 11

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

Shades of Falu Red #6C150B

Tints of Falu Red #6C150B

RGB

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

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

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

R = 77.14%
G = 15%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6C150B (or 0x6C150B) is known color: Falu Red. HEX triplet: 6C, 15 and 0B. RGB value is (108,21,11). Sum of RGB (Red+Green+Blue) = 108+21+11=140 (18% of max value = 765). Red value is 108 (42.58% from 255 or 77.14% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 108 - color contains mainly: red. Hex color #6C150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C150B is #93EAF4. Grayscale: #2E2E2E. Windows color (decimal): -9693941 or 726380. OLE color: 726380.

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

Color convert

RGB 108 21 11 -
CMYK 0 0.81 0.90 0.58
HSL 6.19º 0.82% 0.23% -
HSV(B) 6.19º 0.9% 0.42% -
XYZ 6.51 3.75 0.7 -
YUV 45.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 108 21 11 0 0.81 0.90 0.58 6.19 0.82 0.23
Hex 6C 15 B 0 51 5A 3A 6 52 17
Octal 154 25 13 0 121 132 72 6 122 27
Binary 1101100 10101 1011 0 1010001 1011010 111010 110 1010010 10111

Color Harmonies of #6C150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C150B

Black with #6C150B

Text Example


Text Example

White with #6C150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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