Html Css Color HEX #716001 Raw Umber

📋 copy color: '#716001'

red 113 ◦ green 96 ◦ blue 1

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

Shades of Raw Umber #716001

Tints of Raw Umber #716001

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.71%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 53.81%
G = 45.71%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#716001 (or 0x716001) is known color: Raw Umber. HEX triplet: 71, 60 and 01. RGB value is (113,96,1). Sum of RGB (Red+Green+Blue) = 113+96+1=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #716001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716001 is #8E9FFE. Grayscale: #5A5A5A. Windows color (decimal): -9347071 or 90225. OLE color: 90225.

HSL color Cylindrical-coordinate representation of color #716001: hue angle of 50.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #716001 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 96 1 -
CMYK 0 0.15 0.99 0.56
HSL 50.89º 0.98% 0.22% -
HSV(B) 50.89º 0.99% 0.44% -
XYZ 11 11.88 1.74 -
YUV 90.25 77.63 144.22 -
System Red Green Blue C M Y K H S L
Decimal 113 96 1 0 0.15 0.99 0.56 50.89 0.98 0.22
Hex 71 60 1 0 F 63 38 33 62 16
Octal 161 140 1 0 17 143 70 63 142 26
Binary 1110001 1100000 1 0 1111 1100011 111000 110011 1100010 10110

Color Harmonies of #716001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716001

Black with #716001

Text Example


Text Example

White with #716001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716001; }

 p { color: rgb(113,96,1); }

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

background-color css

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

 a { background-color: rgb(113,96,1); }

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

border-color css

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

 span { border-color: rgb(113,96,1); }

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