#714609

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

Shades of Raw Umber #714609

Tints of Raw Umber #714609

Color information

#714609 (or 0x714609) is unknown color: approx Raw Umber. HEX triplet: 71, 46 and 09. RGB value is (113,70,9). Sum of RGB (Red+Green+Blue) = 113+70+9=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #714609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714609 is #8EB9F6. Grayscale: #4C4C4C. Windows color (decimal): -9353719 or 607857. OLE color: 607857.

HSL color Cylindrical-coordinate representation of color #714609: hue angle of 35.19º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #714609 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB113709-
CMYK00.380.920.56
HSL35.19º85.25%23.92%-
HSV(B)35.19º92.04%44.31%-
XYZ9.057.911.31-
YUV75.990.25154.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.85%
GREEN value IS 70 (27.73% from 255) = 36.46%
BLUE value IS 9 (3.91% from 255) = 4.69%
R=58.85%
G=36.46%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11370900.380.920.5635.1985.2523.92
Hex714690265C38235518
Octal16110611046134704312530
Binary11100011000110100101001101011100111000100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714609; }

 p { color: rgb(113,70,9); }

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

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

 a { background-color: rgb(113,70,9); }

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

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

 span { border-color: rgb(113,70,9); }

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