Html Css Color HEX #701606 Falu Red

📋 copy color: '#701606'

red 112 ◦ green 22 ◦ blue 6

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

Shades of Falu Red #701606

Tints of Falu Red #701606

RGB

 RED value IS 112 (44.14% from 255) = 80%

 GREEN value IS 22 (8.98% from 255) = 15.71%

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

R = 80%
G = 15.71%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#701606 (or 0x701606) is known color: Falu Red. HEX triplet: 70, 16 and 06. RGB value is (112,22,6). Sum of RGB (Red+Green+Blue) = 112+22+6=140 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 112 - color contains mainly: red. Hex color #701606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701606 is #8FE9F9. Grayscale: #2F2F2F. Windows color (decimal): -9431546 or 398960. OLE color: 398960.

HSL color Cylindrical-coordinate representation of color #701606: hue angle of 9.06º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #701606 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 22 6 -
CMYK 0 0.80 0.95 0.56
HSL 9.06º 0.9% 0.23% -
HSV(B) 9.06º 0.95% 0.44% -
XYZ 7 4.03 0.58 -
YUV 47.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 112 22 6 0 0.80 0.95 0.56 9.06 0.9 0.23
Hex 70 16 6 0 50 5F 38 9 5A 17
Octal 160 26 6 0 120 137 70 11 132 27
Binary 1110000 10110 110 0 1010000 1011111 111000 1001 1011010 10111

Color Harmonies of #701606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701606

Black with #701606

Text Example


Text Example

White with #701606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701606; }

 p { color: rgb(112,22,6); }

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

background-color css

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

 a { background-color: rgb(112,22,6); }

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

border-color css

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

 span { border-color: rgb(112,22,6); }

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