Html Css Color HEX #716000 Raw Umber

📋 copy color: '#716000'

red 113 ◦ green 96 ◦ blue 0

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

Shades of Raw Umber #716000

Tints of Raw Umber #716000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.07%
G = 45.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#716000 (or 0x716000) is known color: Raw Umber. HEX triplet: 71, 60 and 00. RGB value is (113,96,0). Sum of RGB (Red+Green+Blue) = 113+96+0=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #716000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716000 is #8E9FFF. Grayscale: #5A5A5A. Windows color (decimal): -9347072 or 24689. OLE color: 24689.

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

Color convert

RGB 113 96 0 -
CMYK 0 0.15 1 0.56
HSL 50.97º 1% 0.22% -
HSV(B) 50.97º 1% 0.44% -
XYZ 10.99 11.88 1.71 -
YUV 90.14 77.13 144.31 -
System Red Green Blue C M Y K H S L
Decimal 113 96 0 0 0.15 1 0.56 50.97 1 0.22
Hex 71 60 0 0 F 64 38 33 64 16
Octal 161 140 0 0 17 144 70 63 144 26
Binary 1110001 1100000 0 0 1111 1100100 111000 110011 1100100 10110

Color Harmonies of #716000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716000

Black with #716000

Text Example


Text Example

White with #716000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716000; }

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

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

background-color css

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

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

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

border-color css

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

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

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