Html Css Color HEX #6E1706 Falu Red

📋 copy color: '#6E1706'

red 110 ◦ green 23 ◦ blue 6

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

Shades of Falu Red #6E1706

Tints of Falu Red #6E1706

RGB

 RED value IS 110 (43.36% from 255) = 79.14%

 GREEN value IS 23 (9.38% from 255) = 16.55%

 BLUE value IS 6 (2.73% from 255) = 4.32%

R = 79.14%
G = 16.55%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#6E1706 (or 0x6E1706) is known color: Falu Red. HEX triplet: 6E, 17 and 06. RGB value is (110,23,6). Sum of RGB (Red+Green+Blue) = 110+23+6=139 (18% of max value = 765). Red value is 110 (43.36% from 255 or 79.14% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1706 is #91E8F9. Grayscale: #2F2F2F. Windows color (decimal): -9562362 or 399214. OLE color: 399214.

HSL color Cylindrical-coordinate representation of color #6E1706: hue angle of 9.81º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E1706 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 23 6 -
CMYK 0 0.79 0.95 0.57
HSL 9.81º 0.9% 0.23% -
HSV(B) 9.81º 0.95% 0.43% -
XYZ 6.77 3.94 0.58 -
YUV 47.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 110 23 6 0 0.79 0.95 0.57 9.81 0.9 0.23
Hex 6E 17 6 0 4F 5F 39 A 5A 17
Octal 156 27 6 0 117 137 71 12 132 27
Binary 1101110 10111 110 0 1001111 1011111 111001 1010 1011010 10111

Color Harmonies of #6E1706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1706

Black with #6E1706

Text Example


Text Example

White with #6E1706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,23,6); }

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

background-color css

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

 a { background-color: rgb(110,23,6); }

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

border-color css

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

 span { border-color: rgb(110,23,6); }

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