Html Css Color HEX #6D1D0C Falu Red

📋 copy color: '#6D1D0C'

red 109 ◦ green 29 ◦ blue 12

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

Shades of Falu Red #6D1D0C

Tints of Falu Red #6D1D0C

RGB

 RED value IS 109 (42.97% from 255) = 72.67%

 GREEN value IS 29 (11.72% from 255) = 19.33%

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

R = 72.67%
G = 19.33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#6D1D0C (or 0x6D1D0C) is known color: Falu Red. HEX triplet: 6D, 1D and 0C. RGB value is (109,29,12). Sum of RGB (Red+Green+Blue) = 109+29+12=150 (19% of max value = 765). Red value is 109 (42.97% from 255 or 72.67% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1D0C is #92E2F3. Grayscale: #333333. Windows color (decimal): -9626356 or 793965. OLE color: 793965.

HSL color Cylindrical-coordinate representation of color #6D1D0C: hue angle of 10.52º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D1D0C is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 29 12 -
CMYK 0 0.73 0.89 0.57
HSL 10.52º 0.8% 0.24% -
HSV(B) 10.52º 0.89% 0.43% -
XYZ 6.81 4.16 0.79 -
YUV 50.98 106 169.38 -
System Red Green Blue C M Y K H S L
Decimal 109 29 12 0 0.73 0.89 0.57 10.52 0.8 0.24
Hex 6D 1D C 0 49 59 39 B 50 18
Octal 155 35 14 0 111 131 71 13 120 30
Binary 1101101 11101 1100 0 1001001 1011001 111001 1011 1010000 11000

Color Harmonies of #6D1D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1D0C

Black with #6D1D0C

Text Example


Text Example

White with #6D1D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,29,12); }

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

background-color css

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

 a { background-color: rgb(109,29,12); }

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

border-color css

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

 span { border-color: rgb(109,29,12); }

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