Html Css Color HEX #705D06 Raw Umber

📋 copy color: '#705D06'

red 112 ◦ green 93 ◦ blue 6

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

Shades of Raw Umber #705D06

Tints of Raw Umber #705D06

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.08%

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

R = 53.08%
G = 44.08%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#705D06 (or 0x705D06) is known color: Raw Umber. HEX triplet: 70, 5D and 06. RGB value is (112,93,6). Sum of RGB (Red+Green+Blue) = 112+93+6=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 6 (2.73% from 255 or 2.84% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #705D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705D06 is #8FA2F9. Grayscale: #595959. Windows color (decimal): -9413370 or 417136. OLE color: 417136.

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

Color convert

RGB 112 93 6 -
CMYK 0 0.17 0.95 0.56
HSL 49.25º 0.9% 0.23% -
HSV(B) 49.25º 0.95% 0.44% -
XYZ 10.63 11.29 1.79 -
YUV 88.76 81.29 144.57 -
System Red Green Blue C M Y K H S L
Decimal 112 93 6 0 0.17 0.95 0.56 49.25 0.9 0.23
Hex 70 5D 6 0 11 5F 38 31 5A 17
Octal 160 135 6 0 21 137 70 61 132 27
Binary 1110000 1011101 110 0 10001 1011111 111000 110001 1011010 10111

Color Harmonies of #705D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D06

Black with #705D06

Text Example


Text Example

White with #705D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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