Html Css Color HEX #716103 Raw Umber

📋 copy color: '#716103'

red 113 ◦ green 97 ◦ blue 3

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

Shades of Raw Umber #716103

Tints of Raw Umber #716103

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.54%

 BLUE value IS 3 (1.56% from 255) = 1.41%

R = 53.05%
G = 45.54%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#716103 (or 0x716103) is known color: Raw Umber. HEX triplet: 71, 61 and 03. RGB value is (113,97,3). Sum of RGB (Red+Green+Blue) = 113+97+3=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #716103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716103 is #8E9EFC. Grayscale: #5B5B5B. Windows color (decimal): -9346813 or 221553. OLE color: 221553.

HSL color Cylindrical-coordinate representation of color #716103: hue angle of 51.27º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #716103 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 97 3 -
CMYK 0 0.14 0.97 0.56
HSL 51.27º 0.95% 0.23% -
HSV(B) 51.27º 0.97% 0.44% -
XYZ 11.1 12.07 1.83 -
YUV 91.07 78.3 143.64 -
System Red Green Blue C M Y K H S L
Decimal 113 97 3 0 0.14 0.97 0.56 51.27 0.95 0.23
Hex 71 61 3 0 E 61 38 33 5F 17
Octal 161 141 3 0 16 141 70 63 137 27
Binary 1110001 1100001 11 0 1110 1100001 111000 110011 1011111 10111

Color Harmonies of #716103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716103

Black with #716103

Text Example


Text Example

White with #716103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716103; }

 p { color: rgb(113,97,3); }

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

background-color css

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

 a { background-color: rgb(113,97,3); }

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

border-color css

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

 span { border-color: rgb(113,97,3); }

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