#702006

Color #702006 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #702006

Tints of Falu Red #702006

Color information

#702006 (or 0x702006) is unknown color: approx Falu Red. HEX triplet: 70, 20 and 06. RGB value is (112,32,6). Sum of RGB (Red+Green+Blue) = 112+32+6=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #702006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702006 is #8FDFF9. Grayscale: #353535. Windows color (decimal): -9428986 or 401520. OLE color: 401520.

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

Color convert

RGB112326-
CMYK00.710.950.56
HSL14.72º89.83%23.14%-
HSV(B)14.72º94.64%43.92%-
XYZ7.234.490.66-
YUV52.96101.5170.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 74.67%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 6 (2.73% from 255) = 4%
R=74.67%
G=21.33%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11232600.710.950.5614.7289.8323.14
Hex702060475F38f5a17
Octal1604060107137701713227
Binary11100001000001100100011110111111110001111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702006; }

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

 H1.HeaderClassName
 {
   color: #702006;
 }
 .AnyTagClassName
 {
   color: #702006;
 }
</style>
background-color css

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

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

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

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

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

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