Html Css Color HEX #713706 Raw Umber

📋 copy color: '#713706'

red 113 ◦ green 55 ◦ blue 6

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

Shades of Raw Umber #713706

Tints of Raw Umber #713706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.61%

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

R = 64.94%
G = 31.61%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#713706 (or 0x713706) is known color: Raw Umber. HEX triplet: 71, 37 and 06. RGB value is (113,55,6). Sum of RGB (Red+Green+Blue) = 113+55+6=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #713706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713706 is #8EC8F9. Grayscale: #434343. Windows color (decimal): -9357562 or 407409. OLE color: 407409.

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

Color convert

RGB 113 55 6 -
CMYK 0 0.51 0.95 0.56
HSL 27.48º 0.9% 0.23% -
HSV(B) 27.48º 0.95% 0.44% -
XYZ 8.21 6.26 0.95 -
YUV 66.76 93.72 160.98 -
System Red Green Blue C M Y K H S L
Decimal 113 55 6 0 0.51 0.95 0.56 27.48 0.9 0.23
Hex 71 37 6 0 33 5F 38 1B 5A 17
Octal 161 67 6 0 63 137 70 33 132 27
Binary 1110001 110111 110 0 110011 1011111 111000 11011 1011010 10111

Color Harmonies of #713706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713706

Black with #713706

Text Example


Text Example

White with #713706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713706; }

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

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

background-color css

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

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

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

border-color css

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

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

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