Html Css Color HEX #706342 Yellow Metal

📋 copy color: '#706342'

red 112 ◦ green 99 ◦ blue 66

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

Shades of Yellow Metal #706342

Tints of Yellow Metal #706342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.74%

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

R = 40.43%
G = 35.74%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#706342 (or 0x706342) is known color: Yellow Metal. HEX triplet: 70, 63 and 42. RGB value is (112,99,66). Sum of RGB (Red+Green+Blue) = 112+99+66=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #706342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706342 is #8F9CBD. Grayscale: #636363. Windows color (decimal): -9411774 or 4350832. OLE color: 4350832.

HSL color Cylindrical-coordinate representation of color #706342: hue angle of 43.04º 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 #706342 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 99 66 -
CMYK 0 0.12 0.41 0.56
HSL 43.04º 0.26% 0.35% -
HSV(B) 43.04º 0.41% 0.44% -
XYZ 12.13 12.76 6.98 -
YUV 99.13 109.31 137.18 -
System Red Green Blue C M Y K H S L
Decimal 112 99 66 0 0.12 0.41 0.56 43.04 0.26 0.35
Hex 70 63 42 0 C 29 38 2B 1A 23
Octal 160 143 102 0 14 51 70 53 32 43
Binary 1110000 1100011 1000010 0 1100 101001 111000 101011 11010 100011

Color Harmonies of #706342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706342

Black with #706342

Text Example


Text Example

White with #706342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706342; }

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

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

background-color css

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

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

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

border-color css

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

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

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