Html Css Color HEX #706037 Yellow Metal

📋 copy color: '#706037'

red 112 ◦ green 96 ◦ blue 55

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

Shades of Yellow Metal #706037

Tints of Yellow Metal #706037

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.5%

 BLUE value IS 55 (21.88% from 255) = 20.91%

R = 42.59%
G = 36.5%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#706037 (or 0x706037) is known color: Yellow Metal. HEX triplet: 70, 60 and 37. RGB value is (112,96,55). Sum of RGB (Red+Green+Blue) = 112+96+55=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #706037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706037 is #8F9FC8. Grayscale: #606060. Windows color (decimal): -9412553 or 3629168. OLE color: 3629168.

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

Color convert

RGB 112 96 55 -
CMYK 0 0.14 0.51 0.56
HSL 43.16º 0.34% 0.33% -
HSV(B) 43.16º 0.51% 0.44% -
XYZ 11.55 12.09 5.34 -
YUV 96.11 104.8 139.33 -
System Red Green Blue C M Y K H S L
Decimal 112 96 55 0 0.14 0.51 0.56 43.16 0.34 0.33
Hex 70 60 37 0 E 33 38 2B 22 21
Octal 160 140 67 0 16 63 70 53 42 41
Binary 1110000 1100000 110111 0 1110 110011 111000 101011 100010 100001

Color Harmonies of #706037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706037

Black with #706037

Text Example


Text Example

White with #706037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706037; }

 p { color: rgb(112,96,55); }

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

background-color css

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

 a { background-color: rgb(112,96,55); }

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

border-color css

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

 span { border-color: rgb(112,96,55); }

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