Html Css Color HEX #706239 Yellow Metal

📋 copy color: '#706239'

red 112 ◦ green 98 ◦ blue 57

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

Shades of Yellow Metal #706239

Tints of Yellow Metal #706239

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.7%

 BLUE value IS 57 (22.66% from 255) = 21.35%

R = 41.95%
G = 36.7%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#706239 (or 0x706239) is known color: Yellow Metal. HEX triplet: 70, 62 and 39. RGB value is (112,98,57). Sum of RGB (Red+Green+Blue) = 112+98+57=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #706239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706239 is #8F9DC6. Grayscale: #616161. Windows color (decimal): -9412039 or 3760752. OLE color: 3760752.

HSL color Cylindrical-coordinate representation of color #706239: hue angle of 44.73º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #706239 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 98 57 -
CMYK 0 0.13 0.49 0.56
HSL 44.73º 0.33% 0.33% -
HSV(B) 44.73º 0.49% 0.44% -
XYZ 11.79 12.48 5.66 -
YUV 97.51 105.14 138.33 -
System Red Green Blue C M Y K H S L
Decimal 112 98 57 0 0.13 0.49 0.56 44.73 0.33 0.33
Hex 70 62 39 0 D 31 38 2D 21 21
Octal 160 142 71 0 15 61 70 55 41 41
Binary 1110000 1100010 111001 0 1101 110001 111000 101101 100001 100001

Color Harmonies of #706239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706239

Black with #706239

Text Example


Text Example

White with #706239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706239; }

 p { color: rgb(112,98,57); }

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

background-color css

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

 a { background-color: rgb(112,98,57); }

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

border-color css

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

 span { border-color: rgb(112,98,57); }

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