Html Css Color HEX #715600 Raw Umber

📋 copy color: '#715600'

red 113 ◦ green 86 ◦ blue 0

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

Shades of Raw Umber #715600

Tints of Raw Umber #715600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.22%

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

R = 56.78%
G = 43.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#715600 (or 0x715600) is known color: Raw Umber. HEX triplet: 71, 56 and 00. RGB value is (113,86,0). Sum of RGB (Red+Green+Blue) = 113+86+0=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #715600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715600 is #8EA9FF. Grayscale: #545454. Windows color (decimal): -9349632 or 22129. OLE color: 22129.

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

Color convert

RGB 113 86 0 -
CMYK 0 0.24 1 0.56
HSL 45.66º 1% 0.22% -
HSV(B) 45.66º 1% 0.44% -
XYZ 10.14 10.17 1.43 -
YUV 84.27 80.45 148.49 -
System Red Green Blue C M Y K H S L
Decimal 113 86 0 0 0.24 1 0.56 45.66 1 0.22
Hex 71 56 0 0 18 64 38 2E 64 16
Octal 161 126 0 0 30 144 70 56 144 26
Binary 1110001 1010110 0 0 11000 1100100 111000 101110 1100100 10110

Color Harmonies of #715600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715600

Black with #715600

Text Example


Text Example

White with #715600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715600; }

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

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

background-color css

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

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

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

border-color css

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

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

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