Html Css Color HEX #706942 Yellow Metal

📋 copy color: '#706942'

red 112 ◦ green 105 ◦ blue 66

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

Shades of Yellow Metal #706942

Tints of Yellow Metal #706942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.1%

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

R = 39.58%
G = 37.1%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#706942 (or 0x706942) is known color: Yellow Metal. HEX triplet: 70, 69 and 42. RGB value is (112,105,66). Sum of RGB (Red+Green+Blue) = 112+105+66=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #706942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706942 is #8F96BD. Grayscale: #666666. Windows color (decimal): -9410238 or 4352368. OLE color: 4352368.

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

Color convert

RGB 112 105 66 -
CMYK 0 0.06 0.41 0.56
HSL 50.87º 0.26% 0.35% -
HSV(B) 50.87º 0.41% 0.44% -
XYZ 12.72 13.94 7.17 -
YUV 102.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 112 105 66 0 0.06 0.41 0.56 50.87 0.26 0.35
Hex 70 69 42 0 6 29 38 33 1A 23
Octal 160 151 102 0 6 51 70 63 32 43
Binary 1110000 1101001 1000010 0 110 101001 111000 110011 11010 100011

Color Harmonies of #706942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706942

Black with #706942

Text Example


Text Example

White with #706942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706942; }

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

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

background-color css

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

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

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

border-color css

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

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

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