Html Css Color HEX #706001 Raw Umber

📋 copy color: '#706001'

red 112 ◦ green 96 ◦ blue 1

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

Shades of Raw Umber #706001

Tints of Raw Umber #706001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 53.59%
G = 45.93%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#706001 (or 0x706001) is known color: Raw Umber. HEX triplet: 70, 60 and 01. RGB value is (112,96,1). Sum of RGB (Red+Green+Blue) = 112+96+1=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #706001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706001 is #8F9FFE. Grayscale: #5A5A5A. Windows color (decimal): -9412607 or 90224. OLE color: 90224.

HSL color Cylindrical-coordinate representation of color #706001: hue angle of 51.35º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #706001 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 96 1 -
CMYK 0 0.14 0.99 0.56
HSL 51.35º 0.98% 0.22% -
HSV(B) 51.35º 0.99% 0.44% -
XYZ 10.87 11.81 1.74 -
YUV 89.95 77.8 143.72 -
System Red Green Blue C M Y K H S L
Decimal 112 96 1 0 0.14 0.99 0.56 51.35 0.98 0.22
Hex 70 60 1 0 E 63 38 33 62 16
Octal 160 140 1 0 16 143 70 63 142 26
Binary 1110000 1100000 1 0 1110 1100011 111000 110011 1100010 10110

Color Harmonies of #706001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706001

Black with #706001

Text Example


Text Example

White with #706001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706001; }

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

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

background-color css

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

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

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

border-color css

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

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

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