Html Css Color HEX #6A0F0E Falu Red

📋 copy color: '#6A0F0E'

red 106 ◦ green 15 ◦ blue 14

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

Shades of Falu Red #6A0F0E

Tints of Falu Red #6A0F0E

RGB

 RED value IS 106 (41.8% from 255) = 78.52%

 GREEN value IS 15 (6.25% from 255) = 11.11%

 BLUE value IS 14 (5.86% from 255) = 10.37%

R = 78.52%
G = 11.11%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.58

RGB Variations

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

Color information

#6A0F0E (or 0x6A0F0E) is known color: Falu Red. HEX triplet: 6A, 0F and 0E. RGB value is (106,15,14). Sum of RGB (Red+Green+Blue) = 106+15+14=135 (17% of max value = 765). Red value is 106 (41.80% from 255 or 78.52% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0F0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0F0E is #95F0F1. Grayscale: #2A2A2A. Windows color (decimal): -9826546 or 921450. OLE color: 921450.

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

Color convert

RGB 106 15 14 -
CMYK 0 0.86 0.87 0.58
HSL 0.65º 0.77% 0.24% -
HSV(B) 0.65º 0.87% 0.42% -
XYZ 6.19 3.44 0.75 -
YUV 42.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 106 15 14 0 0.86 0.87 0.58 0.65 0.77 0.24
Hex 6A F E 0 56 57 3A 1 4D 18
Octal 152 17 16 0 126 127 72 1 115 30
Binary 1101010 1111 1110 0 1010110 1010111 111010 1 1001101 11000

Color Harmonies of #6A0F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0F0E

Black with #6A0F0E

Text Example


Text Example

White with #6A0F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,15,14); }

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

background-color css

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

 a { background-color: rgb(106,15,14); }

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

border-color css

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

 span { border-color: rgb(106,15,14); }

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