Html Css Color HEX #704806 Raw Umber

📋 copy color: '#704806'

red 112 ◦ green 72 ◦ blue 6

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

Shades of Raw Umber #704806

Tints of Raw Umber #704806

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.89%

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

R = 58.95%
G = 37.89%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#704806 (or 0x704806) is known color: Raw Umber. HEX triplet: 70, 48 and 06. RGB value is (112,72,6). Sum of RGB (Red+Green+Blue) = 112+72+6=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #704806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704806 is #8FB7F9. Grayscale: #4C4C4C. Windows color (decimal): -9418746 or 411760. OLE color: 411760.

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

Color convert

RGB 112 72 6 -
CMYK 0 0.36 0.95 0.56
HSL 37.36º 0.9% 0.23% -
HSV(B) 37.36º 0.95% 0.44% -
XYZ 9.03 8.09 1.26 -
YUV 76.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 112 72 6 0 0.36 0.95 0.56 37.36 0.9 0.23
Hex 70 48 6 0 24 5F 38 25 5A 17
Octal 160 110 6 0 44 137 70 45 132 27
Binary 1110000 1001000 110 0 100100 1011111 111000 100101 1011010 10111

Color Harmonies of #704806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704806

Black with #704806

Text Example


Text Example

White with #704806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704806; }

 p { color: rgb(112,72,6); }

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

background-color css

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

 a { background-color: rgb(112,72,6); }

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

border-color css

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

 span { border-color: rgb(112,72,6); }

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