Html Css Color HEX #713E06 Raw Umber

📋 copy color: '#713E06'

red 113 ◦ green 62 ◦ blue 6

#713E06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #713E06

Tints of Raw Umber #713E06

RGB

 RED value IS 113 (44.53% from 255) = 62.43%

 GREEN value IS 62 (24.61% from 255) = 34.25%

 BLUE value IS 6 (2.73% from 255) = 3.31%

R = 62.43%
G = 34.25%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#713E06 (or 0x713E06) is known color: Raw Umber. HEX triplet: 71, 3E and 06. RGB value is (113,62,6). Sum of RGB (Red+Green+Blue) = 113+62+6=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #713E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713E06 is #8EC1F9. Grayscale: #474747. Windows color (decimal): -9355770 or 409201. OLE color: 409201.

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

Color convert

RGB 113 62 6 -
CMYK 0 0.45 0.95 0.56
HSL 31.4º 0.9% 0.23% -
HSV(B) 31.4º 0.95% 0.44% -
XYZ 8.57 6.97 1.07 -
YUV 70.87 91.4 158.05 -
System Red Green Blue C M Y K H S L
Decimal 113 62 6 0 0.45 0.95 0.56 31.4 0.9 0.23
Hex 71 3E 6 0 2D 5F 38 1F 5A 17
Octal 161 76 6 0 55 137 70 37 132 27
Binary 1110001 111110 110 0 101101 1011111 111000 11111 1011010 10111

Color Harmonies of #713E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713E06

Black with #713E06

Text Example


Text Example

White with #713E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #713E06;
 }
 .AnyTagClassName
 {
   color: #713E06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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