Html Css Color HEX #705006 Raw Umber

📋 copy color: '#705006'

red 112 ◦ green 80 ◦ blue 6

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

Shades of Raw Umber #705006

Tints of Raw Umber #705006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.4%

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

R = 56.57%
G = 40.4%
B = 3.03%

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

#705006 (or 0x705006) is known color: Raw Umber. HEX triplet: 70, 50 and 06. RGB value is (112,80,6). Sum of RGB (Red+Green+Blue) = 112+80+6=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #705006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705006 is #8FAFF9. Grayscale: #515151. Windows color (decimal): -9416698 or 413808. OLE color: 413808.

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

Color convert

RGB 112 80 6 -
CMYK 0 0.29 0.95 0.56
HSL 41.89º 0.9% 0.23% -
HSV(B) 41.89º 0.95% 0.44% -
XYZ 9.58 9.2 1.44 -
YUV 81.13 85.6 150.02 -
System Red Green Blue C M Y K H S L
Decimal 112 80 6 0 0.29 0.95 0.56 41.89 0.9 0.23
Hex 70 50 6 0 1D 5F 38 2A 5A 17
Octal 160 120 6 0 35 137 70 52 132 27
Binary 1110000 1010000 110 0 11101 1011111 111000 101010 1011010 10111

Color Harmonies of #705006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705006

Black with #705006

Text Example


Text Example

White with #705006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705006; }

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

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

background-color css

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

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

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

border-color css

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

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

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