#705610

Color #705610 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #705610

Tints of Raw Umber #705610

Color information

#705610 (or 0x705610) is unknown color: approx Raw Umber. HEX triplet: 70, 56 and 10. RGB value is (112,86,16). Sum of RGB (Red+Green+Blue) = 112+86+16=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #705610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705610 is #8FA9EF. Grayscale: #565656. Windows color (decimal): -9415152 or 1070704. OLE color: 1070704.

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

Color convert

RGB1128616-
CMYK00.230.860.56
HSL43.75º75%25.1%-
HSV(B)43.75º85.71%43.92%-
XYZ10.110.141.91-
YUV85.7988.61146.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 86 (33.98% from 255) = 40.19%
BLUE value IS 16 (6.64% from 255) = 7.48%
R=52.34%
G=40.19%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112861600.230.860.5643.757525.1
Hex70561001756382c4b19
Octal16012620027126705411331
Binary11100001010110100000101111010110111000101100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705610; }

 p { color: rgb(112,86,16); }

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

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

 a { background-color: rgb(112,86,16); }

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

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

 span { border-color: rgb(112,86,16); }

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