Html Css Color HEX #704F06 Raw Umber

📋 copy color: '#704F06'

red 112 ◦ green 79 ◦ blue 6

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

Shades of Raw Umber #704F06

Tints of Raw Umber #704F06

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.1%

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

R = 56.85%
G = 40.1%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#704F06 (or 0x704F06) is known color: Raw Umber. HEX triplet: 70, 4F and 06. RGB value is (112,79,6). Sum of RGB (Red+Green+Blue) = 112+79+6=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #704F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704F06 is #8FB0F9. Grayscale: #505050. Windows color (decimal): -9416954 or 413552. OLE color: 413552.

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

Color convert

RGB 112 79 6 -
CMYK 0 0.29 0.95 0.56
HSL 41.32º 0.9% 0.23% -
HSV(B) 41.32º 0.95% 0.44% -
XYZ 9.51 9.05 1.42 -
YUV 80.55 85.93 150.44 -
System Red Green Blue C M Y K H S L
Decimal 112 79 6 0 0.29 0.95 0.56 41.32 0.9 0.23
Hex 70 4F 6 0 1D 5F 38 29 5A 17
Octal 160 117 6 0 35 137 70 51 132 27
Binary 1110000 1001111 110 0 11101 1011111 111000 101001 1011010 10111

Color Harmonies of #704F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F06

Black with #704F06

Text Example


Text Example

White with #704F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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