Html Css Color HEX #713506 Raw Umber

📋 copy color: '#713506'

red 113 ◦ green 53 ◦ blue 6

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

Shades of Raw Umber #713506

Tints of Raw Umber #713506

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.81%

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

R = 65.7%
G = 30.81%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#713506 (or 0x713506) is known color: 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

RGB 113 53 6 -
CMYK 0 0.53 0.95 0.56
HSL 26.36º 0.9% 0.23% -
HSV(B) 26.36º 0.95% 0.44% -
XYZ 8.12 6.07 0.92 -
YUV 65.58 94.38 161.82 -
System Red Green Blue C M Y K H S L
Decimal 113 53 6 0 0.53 0.95 0.56 26.36 0.9 0.23
Hex 71 35 6 0 35 5F 38 1A 5A 17
Octal 161 65 6 0 65 137 70 32 132 27
Binary 1110001 110101 110 0 110101 1011111 111000 11010 1011010 10111

Color Harmonies of #713506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713506

Black with #713506

Text Example


Text Example

White with #713506

Text Example


Text Example

HTML Codes & Css Web 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>