Html Css Color HEX #703E06 Raw Umber

📋 copy color: '#703E06'

red 112 ◦ green 62 ◦ blue 6

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

Shades of Raw Umber #703E06

Tints of Raw Umber #703E06

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.44%

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

R = 62.22%
G = 34.44%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#703E06 (or 0x703E06) is known color: Raw Umber. HEX triplet: 70, 3E and 06. RGB value is (112,62,6). Sum of RGB (Red+Green+Blue) = 112+62+6=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #703E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703E06 is #8FC1F9. Grayscale: #464646. Windows color (decimal): -9421306 or 409200. OLE color: 409200.

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

Color convert

RGB 112 62 6 -
CMYK 0 0.45 0.95 0.56
HSL 31.7º 0.9% 0.23% -
HSV(B) 31.7º 0.95% 0.44% -
XYZ 8.44 6.9 1.06 -
YUV 70.57 91.57 157.55 -
System Red Green Blue C M Y K H S L
Decimal 112 62 6 0 0.45 0.95 0.56 31.7 0.9 0.23
Hex 70 3E 6 0 2D 5F 38 20 5A 17
Octal 160 76 6 0 55 137 70 40 132 27
Binary 1110000 111110 110 0 101101 1011111 111000 100000 1011010 10111

Color Harmonies of #703E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E06

Black with #703E06

Text Example


Text Example

White with #703E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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