#715706

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

Shades of Raw Umber #715706

Tints of Raw Umber #715706

Color information

#715706 (or 0x715706) is unknown color: approx Raw Umber. HEX triplet: 71, 57 and 06. RGB value is (113,87,6). Sum of RGB (Red+Green+Blue) = 113+87+6=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #715706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715706 is #8EA8F9. Grayscale: #555555. Windows color (decimal): -9349370 or 415601. OLE color: 415601.

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

Color convert

RGB113876-
CMYK00.230.950.56
HSL45.42º89.92%23.33%-
HSV(B)45.42º94.69%44.31%-
XYZ10.2510.341.63-
YUV85.5483.11147.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.85%
GREEN value IS 87 (34.38% from 255) = 42.23%
BLUE value IS 6 (2.73% from 255) = 2.91%
R=54.85%
G=42.23%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11387600.230.950.5645.4289.9223.33
Hex715760175F382d5a17
Octal1611276027137705513227
Binary111000110101111100101111011111111000101101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715706; }

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

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

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

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

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

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

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

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