Html Css Color HEX #716006 Raw Umber

📋 copy color: '#716006'

red 113 ◦ green 96 ◦ blue 6

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

Shades of Raw Umber #716006

Tints of Raw Umber #716006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.79%

R = 52.56%
G = 44.65%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#716006 (or 0x716006) is known color: Raw Umber. HEX triplet: 71, 60 and 06. RGB value is (113,96,6). Sum of RGB (Red+Green+Blue) = 113+96+6=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #716006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716006 is #8E9FF9. Grayscale: #5B5B5B. Windows color (decimal): -9347066 or 417905. OLE color: 417905.

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

Color convert

RGB 113 96 6 -
CMYK 0 0.15 0.95 0.56
HSL 50.47º 0.9% 0.23% -
HSV(B) 50.47º 0.95% 0.44% -
XYZ 11.03 11.89 1.89 -
YUV 90.82 80.13 143.82 -
System Red Green Blue C M Y K H S L
Decimal 113 96 6 0 0.15 0.95 0.56 50.47 0.9 0.23
Hex 71 60 6 0 F 5F 38 32 5A 17
Octal 161 140 6 0 17 137 70 62 132 27
Binary 1110001 1100000 110 0 1111 1011111 111000 110010 1011010 10111

Color Harmonies of #716006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716006

Black with #716006

Text Example


Text Example

White with #716006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716006; }

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

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

background-color css

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

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

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

border-color css

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

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

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