Html Css Color HEX #701706 Falu Red

📋 copy color: '#701706'

red 112 ◦ green 23 ◦ blue 6

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

Shades of Falu Red #701706

Tints of Falu Red #701706

RGB

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

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

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

R = 79.43%
G = 16.31%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#701706 (or 0x701706) is known color: Falu Red. HEX triplet: 70, 17 and 06. RGB value is (112,23,6). Sum of RGB (Red+Green+Blue) = 112+23+6=141 (18% of max value = 765). Red value is 112 (44.14% from 255 or 79.43% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 112 - color contains mainly: red. Hex color #701706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701706 is #8FE8F9. Grayscale: #2F2F2F. Windows color (decimal): -9431290 or 399216. OLE color: 399216.

HSL color Cylindrical-coordinate representation of color #701706: hue angle of 9.62º 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 #701706 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 23 6 -
CMYK 0 0.79 0.95 0.56
HSL 9.62º 0.9% 0.23% -
HSV(B) 9.62º 0.95% 0.44% -
XYZ 7.02 4.07 0.59 -
YUV 47.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 112 23 6 0 0.79 0.95 0.56 9.62 0.9 0.23
Hex 70 17 6 0 4F 5F 38 A 5A 17
Octal 160 27 6 0 117 137 70 12 132 27
Binary 1110000 10111 110 0 1001111 1011111 111000 1010 1011010 10111

Color Harmonies of #701706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701706

Black with #701706

Text Example


Text Example

White with #701706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701706; }

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

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

background-color css

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

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

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

border-color css

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

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

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