Html Css Color HEX #704A06 Raw Umber

📋 copy color: '#704A06'

red 112 ◦ green 74 ◦ blue 6

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

Shades of Raw Umber #704A06

Tints of Raw Umber #704A06

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.54%

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

R = 58.33%
G = 38.54%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#704A06 (or 0x704A06) is known color: Raw Umber. HEX triplet: 70, 4A and 06. RGB value is (112,74,6). Sum of RGB (Red+Green+Blue) = 112+74+6=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #704A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704A06 is #8FB5F9. Grayscale: #4D4D4D. Windows color (decimal): -9418234 or 412272. OLE color: 412272.

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

Color convert

RGB 112 74 6 -
CMYK 0 0.34 0.95 0.56
HSL 38.49º 0.9% 0.23% -
HSV(B) 38.49º 0.95% 0.44% -
XYZ 9.16 8.36 1.3 -
YUV 77.61 87.59 152.53 -
System Red Green Blue C M Y K H S L
Decimal 112 74 6 0 0.34 0.95 0.56 38.49 0.9 0.23
Hex 70 4A 6 0 22 5F 38 26 5A 17
Octal 160 112 6 0 42 137 70 46 132 27
Binary 1110000 1001010 110 0 100010 1011111 111000 100110 1011010 10111

Color Harmonies of #704A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A06

Black with #704A06

Text Example


Text Example

White with #704A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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