#715006

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

Shades of Raw Umber #715006

Tints of Raw Umber #715006

Color information

#715006 (or 0x715006) is unknown color: approx Raw Umber. HEX triplet: 71, 50 and 06. RGB value is (113,80,6). Sum of RGB (Red+Green+Blue) = 113+80+6=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #715006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715006 is #8EAFF9. Grayscale: #515151. Windows color (decimal): -9351162 or 413809. OLE color: 413809.

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

Color convert

RGB113806-
CMYK00.290.950.56
HSL41.5º89.92%23.33%-
HSV(B)41.5º94.69%44.31%-
XYZ9.719.261.45-
YUV81.4385.43150.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.78%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 6 (2.73% from 255) = 3.02%
R=56.78%
G=40.20%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11380600.290.950.5641.589.9223.33
Hex7150601D5F38295a17
Octal1611206035137705113227
Binary111000110100001100111011011111111000101001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715006; }

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

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

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

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

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

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

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

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