#705706

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

Shades of Raw Umber #705706

Tints of Raw Umber #705706

Color information

#705706 (or 0x705706) is unknown color: approx Raw Umber. HEX triplet: 70, 57 and 06. RGB value is (112,87,6). Sum of RGB (Red+Green+Blue) = 112+87+6=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #705706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705706 is #8FA8F9. Grayscale: #555555. Windows color (decimal): -9414906 or 415600. OLE color: 415600.

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

Color convert

RGB112876-
CMYK00.220.950.56
HSL45.85º89.83%23.14%-
HSV(B)45.85º94.64%43.92%-
XYZ10.1210.271.62-
YUV85.2483.28147.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.63%
GREEN value IS 87 (34.38% from 255) = 42.44%
BLUE value IS 6 (2.73% from 255) = 2.93%
R=54.63%
G=42.44%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11287600.220.950.5645.8589.8323.14
Hex705760165F382e5a17
Octal1601276026137705613227
Binary111000010101111100101101011111111000101110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705706; }

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

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

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

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

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

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

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

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