Html Css Color HEX #706642 Yellow Metal

📋 copy color: '#706642'

red 112 ◦ green 102 ◦ blue 66

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

Shades of Yellow Metal #706642

Tints of Yellow Metal #706642

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.43%

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

R = 40%
G = 36.43%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#706642 (or 0x706642) is known color: Yellow Metal. HEX triplet: 70, 66 and 42. RGB value is (112,102,66). Sum of RGB (Red+Green+Blue) = 112+102+66=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #706642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706642 is #8F99BD. Grayscale: #656565. Windows color (decimal): -9411006 or 4351600. OLE color: 4351600.

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

Color convert

RGB 112 102 66 -
CMYK 0 0.09 0.41 0.56
HSL 46.96º 0.26% 0.35% -
HSV(B) 46.96º 0.41% 0.44% -
XYZ 12.42 13.34 7.07 -
YUV 100.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 112 102 66 0 0.09 0.41 0.56 46.96 0.26 0.35
Hex 70 66 42 0 9 29 38 2F 1A 23
Octal 160 146 102 0 11 51 70 57 32 43
Binary 1110000 1100110 1000010 0 1001 101001 111000 101111 11010 100011

Color Harmonies of #706642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706642

Black with #706642

Text Example


Text Example

White with #706642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706642; }

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

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

background-color css

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

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

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

border-color css

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

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

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