Html Css Color HEX #706000 Raw Umber

📋 copy color: '#706000'

red 112 ◦ green 96 ◦ blue 0

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

Shades of Raw Umber #706000

Tints of Raw Umber #706000

RGB

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

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

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

R = 53.85%
G = 46.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#706000 (or 0x706000) is known color: Raw Umber. HEX triplet: 70, 60 and 00. RGB value is (112,96,0). Sum of RGB (Red+Green+Blue) = 112+96+0=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #706000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706000 is #8F9FFF. Grayscale: #5A5A5A. Windows color (decimal): -9412608 or 24688. OLE color: 24688.

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

Color convert

RGB 112 96 0 -
CMYK 0 0.14 1 0.56
HSL 51.43º 1% 0.22% -
HSV(B) 51.43º 1% 0.44% -
XYZ 10.86 11.81 1.71 -
YUV 89.84 77.3 143.81 -
System Red Green Blue C M Y K H S L
Decimal 112 96 0 0 0.14 1 0.56 51.43 1 0.22
Hex 70 60 0 0 E 64 38 33 64 16
Octal 160 140 0 0 16 144 70 63 144 26
Binary 1110000 1100000 0 0 1110 1100100 111000 110011 1100100 10110

Color Harmonies of #706000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706000

Black with #706000

Text Example


Text Example

White with #706000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706000; }

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

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

background-color css

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

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

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

border-color css

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

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

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