Html Css Color HEX #706242 Yellow Metal

📋 copy color: '#706242'

red 112 ◦ green 98 ◦ blue 66

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

Shades of Yellow Metal #706242

Tints of Yellow Metal #706242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.91%

R = 40.58%
G = 35.51%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#706242 (or 0x706242) is known color: Yellow Metal. HEX triplet: 70, 62 and 42. RGB value is (112,98,66). Sum of RGB (Red+Green+Blue) = 112+98+66=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #706242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706242 is #8F9DBD. Grayscale: #626262. Windows color (decimal): -9412030 or 4350576. OLE color: 4350576.

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

Color convert

RGB 112 98 66 -
CMYK 0 0.13 0.41 0.56
HSL 41.74º 0.26% 0.35% -
HSV(B) 41.74º 0.41% 0.44% -
XYZ 12.03 12.57 6.95 -
YUV 98.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 112 98 66 0 0.13 0.41 0.56 41.74 0.26 0.35
Hex 70 62 42 0 D 29 38 2A 1A 23
Octal 160 142 102 0 15 51 70 52 32 43
Binary 1110000 1100010 1000010 0 1101 101001 111000 101010 11010 100011

Color Harmonies of #706242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706242

Black with #706242

Text Example


Text Example

White with #706242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706242; }

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

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

background-color css

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

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

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

border-color css

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

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

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