Html Css Color HEX #716007 Raw Umber

📋 copy color: '#716007'

red 113 ◦ green 96 ◦ blue 7

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

Shades of Raw Umber #716007

Tints of Raw Umber #716007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.24%

R = 52.31%
G = 44.44%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#716007 (or 0x716007) is known color: Raw Umber. HEX triplet: 71, 60 and 07. RGB value is (113,96,7). Sum of RGB (Red+Green+Blue) = 113+96+7=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #716007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716007 is #8E9FF8. Grayscale: #5B5B5B. Windows color (decimal): -9347065 or 483441. OLE color: 483441.

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

Color convert

RGB 113 96 7 -
CMYK 0 0.15 0.94 0.56
HSL 50.38º 0.88% 0.24% -
HSV(B) 50.38º 0.94% 0.44% -
XYZ 11.03 11.89 1.91 -
YUV 90.94 80.63 143.74 -
System Red Green Blue C M Y K H S L
Decimal 113 96 7 0 0.15 0.94 0.56 50.38 0.88 0.24
Hex 71 60 7 0 F 5E 38 32 58 18
Octal 161 140 7 0 17 136 70 62 130 30
Binary 1110001 1100000 111 0 1111 1011110 111000 110010 1011000 11000

Color Harmonies of #716007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716007

Black with #716007

Text Example


Text Example

White with #716007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716007; }

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

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

background-color css

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

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

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

border-color css

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

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

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