Html Css Color HEX #716004 Raw Umber

📋 copy color: '#716004'

red 113 ◦ green 96 ◦ blue 4

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

Shades of Raw Umber #716004

Tints of Raw Umber #716004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.88%

R = 53.05%
G = 45.07%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#716004 (or 0x716004) is known color: Raw Umber. HEX triplet: 71, 60 and 04. RGB value is (113,96,4). Sum of RGB (Red+Green+Blue) = 113+96+4=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #716004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716004 is #8E9FFB. Grayscale: #5A5A5A. Windows color (decimal): -9347068 or 286833. OLE color: 286833.

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

Color convert

RGB 113 96 4 -
CMYK 0 0.15 0.96 0.56
HSL 50.64º 0.93% 0.23% -
HSV(B) 50.64º 0.96% 0.44% -
XYZ 11.01 11.89 1.83 -
YUV 90.6 79.13 143.98 -
System Red Green Blue C M Y K H S L
Decimal 113 96 4 0 0.15 0.96 0.56 50.64 0.93 0.23
Hex 71 60 4 0 F 60 38 33 5D 17
Octal 161 140 4 0 17 140 70 63 135 27
Binary 1110001 1100000 100 0 1111 1100000 111000 110011 1011101 10111

Color Harmonies of #716004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716004

Black with #716004

Text Example


Text Example

White with #716004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716004; }

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

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

background-color css

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

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

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

border-color css

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

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

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