Html Css Color HEX #705206 Raw Umber

📋 copy color: '#705206'

red 112 ◦ green 82 ◦ blue 6

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

Shades of Raw Umber #705206

Tints of Raw Umber #705206

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41%

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

R = 56%
G = 41%
B = 3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#705206 (or 0x705206) is known color: Raw Umber. HEX triplet: 70, 52 and 06. RGB value is (112,82,6). Sum of RGB (Red+Green+Blue) = 112+82+6=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #705206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705206 is #8FADF9. Grayscale: #525252. Windows color (decimal): -9416186 or 414320. OLE color: 414320.

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

Color convert

RGB 112 82 6 -
CMYK 0 0.27 0.95 0.56
HSL 43.02º 0.9% 0.23% -
HSV(B) 43.02º 0.95% 0.44% -
XYZ 9.73 9.49 1.49 -
YUV 82.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 112 82 6 0 0.27 0.95 0.56 43.02 0.9 0.23
Hex 70 52 6 0 1B 5F 38 2B 5A 17
Octal 160 122 6 0 33 137 70 53 132 27
Binary 1110000 1010010 110 0 11011 1011111 111000 101011 1011010 10111

Color Harmonies of #705206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705206

Black with #705206

Text Example


Text Example

White with #705206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705206; }

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

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

background-color css

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

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

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

border-color css

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

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

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