Html Css Color HEX #6C150F Falu Red

📋 copy color: '#6C150F'

red 108 ◦ green 21 ◦ blue 15

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

Shades of Falu Red #6C150F

Tints of Falu Red #6C150F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.42%

R = 75%
G = 14.58%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6C150F (or 0x6C150F) is known color: Falu Red. HEX triplet: 6C, 15 and 0F. RGB value is (108,21,15). Sum of RGB (Red+Green+Blue) = 108+21+15=144 (19% of max value = 765). Red value is 108 (42.58% from 255 or 75% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 108 - color contains mainly: red. Hex color #6C150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C150F is #93EAF0. Grayscale: #2E2E2E. Windows color (decimal): -9693937 or 988524. OLE color: 988524.

HSL color Cylindrical-coordinate representation of color #6C150F: hue angle of 3.87º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C150F is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 21 15 -
CMYK 0 0.81 0.86 0.58
HSL 3.87º 0.76% 0.24% -
HSV(B) 3.87º 0.86% 0.42% -
XYZ 6.54 3.76 0.83 -
YUV 46.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 108 21 15 0 0.81 0.86 0.58 3.87 0.76 0.24
Hex 6C 15 F 0 51 56 3A 4 4C 18
Octal 154 25 17 0 121 126 72 4 114 30
Binary 1101100 10101 1111 0 1010001 1010110 111010 100 1001100 11000

Color Harmonies of #6C150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C150F

Black with #6C150F

Text Example


Text Example

White with #6C150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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