Html Css Color HEX #706742 Yellow Metal

📋 copy color: '#706742'

red 112 ◦ green 103 ◦ blue 66

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

Shades of Yellow Metal #706742

Tints of Yellow Metal #706742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.65%

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

R = 39.86%
G = 36.65%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#706742 (or 0x706742) is known color: Yellow Metal. HEX triplet: 70, 67 and 42. RGB value is (112,103,66). Sum of RGB (Red+Green+Blue) = 112+103+66=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #706742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706742 is #8F98BD. Grayscale: #656565. Windows color (decimal): -9410750 or 4351856. OLE color: 4351856.

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

Color convert

RGB 112 103 66 -
CMYK 0 0.08 0.41 0.56
HSL 48.26º 0.26% 0.35% -
HSV(B) 48.26º 0.41% 0.44% -
XYZ 12.52 13.54 7.11 -
YUV 101.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 112 103 66 0 0.08 0.41 0.56 48.26 0.26 0.35
Hex 70 67 42 0 8 29 38 30 1A 23
Octal 160 147 102 0 10 51 70 60 32 43
Binary 1110000 1100111 1000010 0 1000 101001 111000 110000 11010 100011

Color Harmonies of #706742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706742

Black with #706742

Text Example


Text Example

White with #706742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706742; }

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

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

background-color css

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

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

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

border-color css

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

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

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