#713D06

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

Shades of Raw Umber #713D06

Tints of Raw Umber #713D06

Color information

#713D06 (or 0x713D06) is unknown color: approx Raw Umber. HEX triplet: 71, 3D and 06. RGB value is (113,61,6). Sum of RGB (Red+Green+Blue) = 113+61+6=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #713D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713D06 is #8EC2F9. Grayscale: #464646. Windows color (decimal): -9356026 or 408945. OLE color: 408945.

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

Color convert

RGB113616-
CMYK00.460.950.56
HSL30.84º89.92%23.33%-
HSV(B)30.84º94.69%44.31%-
XYZ8.516.861.05-
YUV70.2891.73158.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 62.78%
GREEN value IS 61 (24.22% from 255) = 33.89%
BLUE value IS 6 (2.73% from 255) = 3.33%
R=62.78%
G=33.89%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11361600.460.950.5630.8489.9223.33
Hex713D602E5F381f5a17
Octal161756056137703713227
Binary11100011111011100101110101111111100011111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713D06; }

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

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

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

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

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

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

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

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