#714506

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

Shades of Raw Umber #714506

Tints of Raw Umber #714506

Color information

#714506 (or 0x714506) is unknown color: approx Raw Umber. HEX triplet: 71, 45 and 06. RGB value is (113,69,6). Sum of RGB (Red+Green+Blue) = 113+69+6=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #714506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714506 is #8EBAF9. Grayscale: #4B4B4B. Windows color (decimal): -9353978 or 410993. OLE color: 410993.

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

Color convert

RGB113696-
CMYK00.390.950.56
HSL35.33º89.92%23.33%-
HSV(B)35.33º94.69%44.31%-
XYZ8.977.781.2-
YUV74.9789.08155.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.11%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 6 (2.73% from 255) = 3.19%
R=60.11%
G=36.70%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11369600.390.950.5635.3389.9223.33
Hex714560275F38235a17
Octal1611056047137704313227
Binary1110001100010111001001111011111111000100011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714506; }

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

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

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

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

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

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

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

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