#713506

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

Shades of Raw Umber #713506

Tints of Raw Umber #713506

Color information

#713506 (or 0x713506) is unknown color: approx Raw Umber. HEX triplet: 71, 35 and 06. RGB value is (113,53,6). Sum of RGB (Red+Green+Blue) = 113+53+6=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #713506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713506 is #8ECAF9. Grayscale: #414141. Windows color (decimal): -9358074 or 406897. OLE color: 406897.

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

Color convert

RGB113536-
CMYK00.530.950.56
HSL26.36º89.92%23.33%-
HSV(B)26.36º94.69%44.31%-
XYZ8.126.070.92-
YUV65.5894.38161.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 65.70%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 6 (2.73% from 255) = 3.49%
R=65.70%
G=30.81%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11353600.530.950.5626.3689.9223.33
Hex713560355F381a5a17
Octal161656065137703213227
Binary11100011101011100110101101111111100011010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713506; }

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

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

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

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

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

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

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

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