#705600

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

Shades of Raw Umber #705600

Tints of Raw Umber #705600

Color information

#705600 (or 0x705600) is unknown color: approx Raw Umber. HEX triplet: 70, 56 and 00. RGB value is (112,86,0). Sum of RGB (Red+Green+Blue) = 112+86+0=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #705600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705600 is #8FA9FF. Grayscale: #545454. Windows color (decimal): -9415168 or 22128. OLE color: 22128.

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

Color convert

RGB112860-
CMYK00.2310.56
HSL46.07º100%21.96%-
HSV(B)46.07º100%43.92%-
XYZ10.0110.11.42-
YUV83.9780.61147.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.57%
GREEN value IS 86 (33.98% from 255) = 43.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.57%
G=43.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11286000.2310.5646.0710021.96
Hex7056001764382e6416
Octal1601260027144705614426
Binary1110000101011000101111100100111000101110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705600; }

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

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

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

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

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

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

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

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