Html Css Color HEX #704D06 Raw Umber

📋 copy color: '#704D06'

red 112 ◦ green 77 ◦ blue 6

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

Shades of Raw Umber #704D06

Tints of Raw Umber #704D06

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.49%

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

R = 57.44%
G = 39.49%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#704D06 (or 0x704D06) is known color: Raw Umber. HEX triplet: 70, 4D and 06. RGB value is (112,77,6). Sum of RGB (Red+Green+Blue) = 112+77+6=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #704D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704D06 is #8FB2F9. Grayscale: #4F4F4F. Windows color (decimal): -9417466 or 413040. OLE color: 413040.

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

Color convert

RGB 112 77 6 -
CMYK 0 0.31 0.95 0.56
HSL 40.19º 0.9% 0.23% -
HSV(B) 40.19º 0.95% 0.44% -
XYZ 9.37 8.77 1.37 -
YUV 79.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 112 77 6 0 0.31 0.95 0.56 40.19 0.9 0.23
Hex 70 4D 6 0 1F 5F 38 28 5A 17
Octal 160 115 6 0 37 137 70 50 132 27
Binary 1110000 1001101 110 0 11111 1011111 111000 101000 1011010 10111

Color Harmonies of #704D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D06

Black with #704D06

Text Example


Text Example

White with #704D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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