Html Css Color HEX #705600 Raw Umber

📋 copy color: '#705600'

red 112 ◦ green 86 ◦ blue 0

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

Shades of Raw Umber #705600

Tints of Raw Umber #705600

RGB

 RED value IS 112 (44.14% from 255) = 56.57%

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

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

R = 56.57%
G = 43.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#705600 (or 0x705600) is known color: Raw Umber. HEX triplet: 70, 56 and 00. RGB value is (112,86,0). Sum of RGB (Red+Green+Blue) = 112+86+0=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #705600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705600 is #8FA9FF. Grayscale: #545454. Windows color (decimal): -9415168 or 22128. OLE color: 22128.

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

Color convert

RGB 112 86 0 -
CMYK 0 0.23 1 0.56
HSL 46.07º 1% 0.22% -
HSV(B) 46.07º 1% 0.44% -
XYZ 10.01 10.1 1.42 -
YUV 83.97 80.61 147.99 -
System Red Green Blue C M Y K H S L
Decimal 112 86 0 0 0.23 1 0.56 46.07 1 0.22
Hex 70 56 0 0 17 64 38 2E 64 16
Octal 160 126 0 0 27 144 70 56 144 26
Binary 1110000 1010110 0 0 10111 1100100 111000 101110 1100100 10110

Color Harmonies of #705600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705600

Black with #705600

Text Example


Text Example

White with #705600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705600; }

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

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

background-color css

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

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

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

border-color css

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

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

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