Html Css Color HEX #715106 Raw Umber

📋 copy color: '#715106'

red 113 ◦ green 81 ◦ blue 6

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

Shades of Raw Umber #715106

Tints of Raw Umber #715106

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.5%

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

R = 56.5%
G = 40.5%
B = 3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#715106 (or 0x715106) is known color: Raw Umber. HEX triplet: 71, 51 and 06. RGB value is (113,81,6). Sum of RGB (Red+Green+Blue) = 113+81+6=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #715106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715106 is #8EAEF9. Grayscale: #525252. Windows color (decimal): -9350906 or 414065. OLE color: 414065.

HSL color Cylindrical-coordinate representation of color #715106: hue angle of 42.06º 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 #715106 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 81 6 -
CMYK 0 0.28 0.95 0.56
HSL 42.06º 0.9% 0.23% -
HSV(B) 42.06º 0.95% 0.44% -
XYZ 9.79 9.41 1.47 -
YUV 82.02 85.1 150.1 -
System Red Green Blue C M Y K H S L
Decimal 113 81 6 0 0.28 0.95 0.56 42.06 0.9 0.23
Hex 71 51 6 0 1C 5F 38 2A 5A 17
Octal 161 121 6 0 34 137 70 52 132 27
Binary 1110001 1010001 110 0 11100 1011111 111000 101010 1011010 10111

Color Harmonies of #715106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715106

Black with #715106

Text Example


Text Example

White with #715106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715106; }

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

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

background-color css

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

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

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

border-color css

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

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

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